#b255fa color space conversions
Hex:
        #b255fa
        RGB:
        178, 85, 250
        CMY:
        30, 67, 2
        CMYK:
        29, 66, 0, 2
      HSL:
        274°, 94.2857%, 65.6863%
        HSV (HSB):
        274°, 66.0000%, 98.0392%
        XYZ:
        38.8639, 22.8641, 92.8073
        xyY:
        0.2515, 0.1480, 22.8641
      CIE-Lab:
        54.9321, 65.3712, -67.3320
        CIE-LCH:
        54.9321, 93.8456, 314.1534
        CIE-Luv:
        54.9321, 26.8585, -111.8807
        Hunter-Lab:
        47.8164, 61.4013, -81.6050
      #b255fa color charts
#b255fa RGB chart
      #b255fa CMYK chart
      #b255fa RGB pie chart
      #b255fa color shades, tints & tones
#b255fa color schemes
#b255fa color preview, HTML & CSS examples
           This text has a color of #b255fa        
        
          <p style="color:#b255fa;">Text here</p>
        
        
          .mytext {color:#b255fa;}
        
        Text color #b255fa
      
           This box has a color of #b255fa        
        
          <div style="background-color:#b255fa;">Content here</div>
        
        
          .mybackground {background-color:#b255fa;}
        
        Background color #b255fa
      
           Border around this has a color of #b255fa        
        
          <div style="border:2px solid #b255fa;">Content here</div>
        
        
          .myborder {border:2px solid #b255fa;}
        
        Border color #b255fa