#bc88ed color space conversions
Hex:
        #bc88ed
        RGB:
        188, 136, 237
        CMY:
        26, 47, 7
        CMYK:
        21, 43, 0, 7
      HSL:
        271°, 73.7226%, 73.1373%
        HSV (HSB):
        271°, 42.6160%, 92.9412%
        XYZ:
        44.8293, 34.4141, 84.4006
        xyY:
        0.2739, 0.2103, 34.4141
      CIE-Lab:
        65.2899, 38.8167, -43.5658
        CIE-LCH:
        65.2899, 58.3499, 311.7007
        CIE-Luv:
        65.2899, 19.0003, -74.6490
        Hunter-Lab:
        58.6635, 33.7442, -44.2374
      #bc88ed color charts
#bc88ed RGB chart
      #bc88ed CMYK chart
      #bc88ed RGB pie chart
      #bc88ed color shades, tints & tones
#bc88ed color schemes
#bc88ed color preview, HTML & CSS examples
           This text has a color of #bc88ed        
        
          <p style="color:#bc88ed;">Text here</p>
        
        
          .mytext {color:#bc88ed;}
        
        Text color #bc88ed
      
           This box has a color of #bc88ed        
        
          <div style="background-color:#bc88ed;">Content here</div>
        
        
          .mybackground {background-color:#bc88ed;}
        
        Background color #bc88ed
      
           Border around this has a color of #bc88ed        
        
          <div style="border:2px solid #bc88ed;">Content here</div>
        
        
          .myborder {border:2px solid #bc88ed;}
        
        Border color #bc88ed