#b280ff color space conversions
Hex:
        #b280ff
        RGB:
        178, 128, 255
        CMY:
        30, 50, 0
        CMYK:
        30, 50, 0, 0
      HSL:
        264°, 100.0000%, 75.0980%
        HSV (HSB):
        264°, 49.8039%, 100.0000%
        XYZ:
        44.1293, 32.1233, 98.4823
        xyY:
        0.2525, 0.1838, 32.1233
      CIE-Lab:
        63.4447, 44.7340, -56.4440
        CIE-LCH:
        63.4447, 72.0213, 308.3982
        CIE-Luv:
        63.4447, 14.0635, -95.9841
        Hunter-Lab:
        56.6774, 39.7953, -63.3477
      #b280ff color charts
#b280ff RGB chart
      #b280ff CMYK chart
      #b280ff RGB pie chart
      #b280ff color shades, tints & tones
#b280ff color schemes
#b280ff color preview, HTML & CSS examples
           This text has a color of #b280ff        
        
          <p style="color:#b280ff;">Text here</p>
        
        
          .mytext {color:#b280ff;}
        
        Text color #b280ff
      
           This box has a color of #b280ff        
        
          <div style="background-color:#b280ff;">Content here</div>
        
        
          .mybackground {background-color:#b280ff;}
        
        Background color #b280ff
      
           Border around this has a color of #b280ff        
        
          <div style="border:2px solid #b280ff;">Content here</div>
        
        
          .myborder {border:2px solid #b280ff;}
        
        Border color #b280ff