#bf30db color space conversions
Hex:
        #bf30db
        RGB:
        191, 48, 219
        CMY:
        25, 81, 14
        CMYK:
        13, 78, 0, 14
      HSL:
        290°, 70.3704%, 52.3529%
        HSV (HSB):
        290°, 78.0822%, 85.8824%
        XYZ:
        35.3290, 18.3047, 68.6890
        xyY:
        0.2888, 0.1496, 18.3047
      CIE-Lab:
        49.8637, 75.6066, -57.9715
        CIE-LCH:
        49.8637, 95.2736, 322.5207
        CIE-Luv:
        49.8637, 49.2950, -96.6164
        Hunter-Lab:
        42.7840, 72.5246, -65.2401
      #bf30db color charts
#bf30db RGB chart
      #bf30db CMYK chart
      #bf30db RGB pie chart
      #bf30db color shades, tints & tones
#bf30db color schemes
#bf30db color preview, HTML & CSS examples
           This text has a color of #bf30db        
        
          <p style="color:#bf30db;">Text here</p>
        
        
          .mytext {color:#bf30db;}
        
        Text color #bf30db
      
           This box has a color of #bf30db        
        
          <div style="background-color:#bf30db;">Content here</div>
        
        
          .mybackground {background-color:#bf30db;}
        
        Background color #bf30db
      
           Border around this has a color of #bf30db        
        
          <div style="border:2px solid #bf30db;">Content here</div>
        
        
          .myborder {border:2px solid #bf30db;}
        
        Border color #bf30db