Shades of Electric Purple #CB2BFF
Tints of Electric Purple #CB2BFF
RGB
CMYK
RGB Variations
Color information
#CB2BFF (or 0xCB2BFF) is known color: Electric Purple. HEX triplet: CB, 2B and FF. RGB value is (203,43,255). Sum of RGB (Red+Green+Blue) = 203+43+255=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 43 (17.19% from 255 or 8.58% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB2BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB2BFF is #34D400. Grayscale: #727272. Windows color (decimal): -3462145 or 16722891. OLE color: 16722891.
HSL color Cylindrical-coordinate representation of color #CB2BFF: hue angle of 285.28º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB2BFF is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 43 | 255 | - |
| CMYK | 0.20 | 0.83 | 0 | 0 |
| HSL | 285.28º | 1% | 0.58% | - |
| HSV(B) | 285.28º | 0.83% | 1% | - |
| XYZ | 43.54 | 21.64 | 96.49 | - |
| YUV | 115.01 | 207.01 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 43 | 255 | 0.20 | 0.83 | 0 | 0 | 285.28 | 1 | 0.58 |
| Hex | CB | 2B | FF | 14 | 53 | 0 | 0 | 11D | 64 | 3A |
| Octal | 313 | 53 | 377 | 24 | 123 | 0 | 0 | 435 | 144 | 72 |
| Binary | 11001011 | 101011 | 11111111 | 10100 | 1010011 | 0 | 0 | 100011101 | 1100100 | 111010 |
Color Harmonies of #CB2BFF
Complementary color
Monochromatic Colors of #CB2BFF
Black with #CB2BFF
Text Example
Text Example
White with #CB2BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2BFF; }
p { color: rgb(203,43,255); }
H1.HeaderClassName
{
color: #CB2BFF;
}
.AnyTagClassName
{
color: #CB2BFF;
}
</style>
background-color css
<style>
a { background-color: #CB2BFF; }
a { background-color: rgb(203,43,255); }
div.DivClassName
{
background-color: #CB2BFF;
}
.BgClassName
{
background-color: #CB2BFF;
}
</style>
border-color css
<style>
span { border-color: #CB2BFF; }
span { border-color: rgb(203,43,255); }
td.TdClassName
{
border-color: #CB2BFF;
}
.TagClassName
{
border-color: #CB2BFF;
}
</style>