#b12daa color space conversions
Hex:
        #b12daa
        RGB:
        177, 45, 170
        CMY:
        31, 82, 33
        CMYK:
        0, 75, 4, 31
      HSL:
        303°, 59.4595%, 43.5294%
        HSV (HSB):
        303°, 74.5763%, 69.4118%
        XYZ:
        26.3255, 14.1262, 39.3693
        xyY:
        0.3298, 0.1770, 14.1262
      CIE-Lab:
        44.4133, 65.5217, -38.3220
        CIE-LCH:
        44.4133, 75.9057, 329.6777
        CIE-Luv:
        44.4133, 56.3991, -64.4007
        Hunter-Lab:
        37.5848, 59.2535, -35.7957
      #b12daa color charts
#b12daa RGB chart
      #b12daa CMYK chart
      #b12daa RGB pie chart
      #b12daa color shades, tints & tones
#b12daa color schemes
#b12daa color preview, HTML & CSS examples
           This text has a color of #b12daa        
        
          <p style="color:#b12daa;">Text here</p>
        
        
          .mytext {color:#b12daa;}
        
        Text color #b12daa
      
           This box has a color of #b12daa        
        
          <div style="background-color:#b12daa;">Content here</div>
        
        
          .mybackground {background-color:#b12daa;}
        
        Background color #b12daa
      
           Border around this has a color of #b12daa        
        
          <div style="border:2px solid #b12daa;">Content here</div>
        
        
          .myborder {border:2px solid #b12daa;}
        
        Border color #b12daa