#b123fc color space conversions
Hex:
        #b123fc
        RGB:
        177, 35, 252
        CMY:
        31, 86, 1
        CMYK:
        30, 86, 0, 1
      HSL:
        279°, 97.3094%, 56.2745%
        HSV (HSB):
        279°, 86.1111%, 98.8235%
        XYZ:
        36.3032, 17.5775, 93.5749
        xyY:
        0.2462, 0.1192, 17.5775
      CIE-Lab:
        48.9795, 82.6920, -78.1163
        CIE-LCH:
        48.9795, 113.7547, 316.6299
        CIE-Luv:
        48.9795, 33.2564, -124.7404
        Hunter-Lab:
        41.9255, 81.1932, -102.9835
      #b123fc color charts
#b123fc RGB chart
      #b123fc CMYK chart
      #b123fc RGB pie chart
      #b123fc color shades, tints & tones
#b123fc color schemes
#b123fc color preview, HTML & CSS examples
           This text has a color of #b123fc        
        
          <p style="color:#b123fc;">Text here</p>
        
        
          .mytext {color:#b123fc;}
        
        Text color #b123fc
      
           This box has a color of #b123fc        
        
          <div style="background-color:#b123fc;">Content here</div>
        
        
          .mybackground {background-color:#b123fc;}
        
        Background color #b123fc
      
           Border around this has a color of #b123fc        
        
          <div style="border:2px solid #b123fc;">Content here</div>
        
        
          .myborder {border:2px solid #b123fc;}
        
        Border color #b123fc