#b264ed color space conversions
Hex:
        #b264ed
        RGB:
        178, 100, 237
        CMY:
        30, 61, 7
        CMYK:
        25, 58, 0, 7
      HSL:
        274°, 79.1908%, 66.0784%
        HSV (HSB):
        274°, 57.8059%, 92.9412%
        XYZ:
        38.2033, 24.6937, 82.8736
        xyY:
        0.2621, 0.1694, 24.6937
      CIE-Lab:
        56.7758, 55.3094, -57.1306
        CIE-LCH:
        56.7758, 79.5176, 314.0721
        CIE-Luv:
        56.7758, 25.5904, -96.0872
        Hunter-Lab:
        49.6928, 50.2666, -64.0941
      #b264ed color charts
#b264ed RGB chart
      #b264ed CMYK chart
      #b264ed RGB pie chart
      #b264ed color shades, tints & tones
#b264ed color schemes
#b264ed color preview, HTML & CSS examples
           This text has a color of #b264ed        
        
          <p style="color:#b264ed;">Text here</p>
        
        
          .mytext {color:#b264ed;}
        
        Text color #b264ed
      
           This box has a color of #b264ed        
        
          <div style="background-color:#b264ed;">Content here</div>
        
        
          .mybackground {background-color:#b264ed;}
        
        Background color #b264ed
      
           Border around this has a color of #b264ed        
        
          <div style="border:2px solid #b264ed;">Content here</div>
        
        
          .myborder {border:2px solid #b264ed;}
        
        Border color #b264ed