#b110ed color space conversions
Hex:
        #b110ed
        RGB:
        177, 16, 237
        CMY:
        31, 94, 7
        CMYK:
        25, 93, 0, 7
      HSL:
        284°, 87.3518%, 49.6078%
        HSV (HSB):
        284°, 93.2489%, 92.9412%
        XYZ:
        33.6028, 15.8321, 81.4056
        xyY:
        0.2568, 0.1210, 15.8321
      CIE-Lab:
        46.7535, 83.0595, -73.3259
        CIE-LCH:
        46.7535, 110.7952, 318.5616
        CIE-Luv:
        46.7535, 38.2913, -116.5874
        Hunter-Lab:
        39.7896, 81.1137, -93.4488
      #b110ed color charts
#b110ed RGB chart
      #b110ed CMYK chart
      #b110ed RGB pie chart
      #b110ed color shades, tints & tones
#b110ed color schemes
#b110ed color preview, HTML & CSS examples
           This text has a color of #b110ed        
        
          <p style="color:#b110ed;">Text here</p>
        
        
          .mytext {color:#b110ed;}
        
        Text color #b110ed
      
           This box has a color of #b110ed        
        
          <div style="background-color:#b110ed;">Content here</div>
        
        
          .mybackground {background-color:#b110ed;}
        
        Background color #b110ed
      
           Border around this has a color of #b110ed        
        
          <div style="border:2px solid #b110ed;">Content here</div>
        
        
          .myborder {border:2px solid #b110ed;}
        
        Border color #b110ed