#be05da color space conversions
Hex:
        #be05da
        RGB:
        190, 5, 218
        CMY:
        25, 98, 15
        CMYK:
        13, 98, 0, 15
      HSL:
        292°, 95.5157%, 43.7255%
        HSV (HSB):
        292°, 97.7064%, 85.4902%
        XYZ:
        33.9444, 16.1176, 67.6516
        xyY:
        0.2884, 0.1369, 16.1176
      CIE-Lab:
        47.1285, 82.6370, -61.8195
        CIE-LCH:
        47.1285, 103.2014, 323.2004
        CIE-Luv:
        47.1285, 52.5790, -101.2663
        Hunter-Lab:
        40.1468, 80.6660, -71.8072
      #be05da color charts
#be05da RGB chart
      #be05da CMYK chart
      #be05da RGB pie chart
      #be05da color shades, tints & tones
#be05da color schemes
#be05da color preview, HTML & CSS examples
           This text has a color of #be05da        
        
          <p style="color:#be05da;">Text here</p>
        
        
          .mytext {color:#be05da;}
        
        Text color #be05da
      
           This box has a color of #be05da        
        
          <div style="background-color:#be05da;">Content here</div>
        
        
          .mybackground {background-color:#be05da;}
        
        Background color #be05da
      
           Border around this has a color of #be05da        
        
          <div style="border:2px solid #be05da;">Content here</div>
        
        
          .myborder {border:2px solid #be05da;}
        
        Border color #be05da