#b345ff color space conversions
Hex:
        #b345ff
        RGB:
        179, 69, 255
        CMY:
        30, 73, 0
        CMYK:
        30, 73, 0, 0
      HSL:
        275°, 100.0000%, 63.5294%
        HSV (HSB):
        275°, 72.9412%, 100.0000%
        XYZ:
        38.7685, 21.0599, 96.6294
        xyY:
        0.2478, 0.1346, 21.0599
      CIE-Lab:
        53.0150, 73.3304, -73.2054
        CIE-LCH:
        53.0150, 103.6165, 315.0489
        CIE-Luv:
        53.0150, 29.4637, -120.1089
        Hunter-Lab:
        45.8911, 70.4862, -92.7186
      #b345ff color charts
#b345ff RGB chart
      #b345ff CMYK chart
      #b345ff RGB pie chart
      #b345ff color shades, tints & tones
#b345ff color schemes
#b345ff color preview, HTML & CSS examples
           This text has a color of #b345ff        
        
          <p style="color:#b345ff;">Text here</p>
        
        
          .mytext {color:#b345ff;}
        
        Text color #b345ff
      
           This box has a color of #b345ff        
        
          <div style="background-color:#b345ff;">Content here</div>
        
        
          .mybackground {background-color:#b345ff;}
        
        Background color #b345ff
      
           Border around this has a color of #b345ff        
        
          <div style="border:2px solid #b345ff;">Content here</div>
        
        
          .myborder {border:2px solid #b345ff;}
        
        Border color #b345ff