#b41bac color space conversions
Hex:
        #b41bac
        RGB:
        180, 27, 172
        CMY:
        29, 89, 33
        CMYK:
        0, 85, 4, 29
      HSL:
        303°, 73.9130%, 40.5882%
        HSV (HSB):
        303°, 85.0000%, 70.5882%
        XYZ:
        26.6607, 13.4657, 40.2237
        xyY:
        0.3318, 0.1676, 13.4657
      CIE-Lab:
        43.4568, 71.0222, -40.9945
        CIE-LCH:
        43.4568, 82.0043, 330.0062
        CIE-Luv:
        43.4568, 60.7022, -68.5826
        Hunter-Lab:
        36.6957, 65.4692, -39.3033
      #b41bac color charts
#b41bac RGB chart
      #b41bac CMYK chart
      #b41bac RGB pie chart
      #b41bac color shades, tints & tones
#b41bac color schemes
#b41bac color preview, HTML & CSS examples
           This text has a color of #b41bac        
        
          <p style="color:#b41bac;">Text here</p>
        
        
          .mytext {color:#b41bac;}
        
        Text color #b41bac
      
           This box has a color of #b41bac        
        
          <div style="background-color:#b41bac;">Content here</div>
        
        
          .mybackground {background-color:#b41bac;}
        
        Background color #b41bac
      
           Border around this has a color of #b41bac        
        
          <div style="border:2px solid #b41bac;">Content here</div>
        
        
          .myborder {border:2px solid #b41bac;}
        
        Border color #b41bac