Shades of Electric Purple #CB0BFF
Tints of Electric Purple #CB0BFF
RGB
CMYK
RGB Variations
Color information
#CB0BFF (or 0xCB0BFF) is known color: Electric Purple. HEX triplet: CB, 0B and FF. RGB value is (203,11,255). Sum of RGB (Red+Green+Blue) = 203+11+255=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 11 (4.69% from 255 or 2.35% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB0BFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB0BFF is #34F400. Grayscale: #5F5F5F. Windows color (decimal): -3470337 or 16714699. OLE color: 16714699.
HSL color Cylindrical-coordinate representation of color #CB0BFF: hue angle of 287.21º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB0BFF is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 11 | 255 | - |
| CMYK | 0.20 | 0.96 | 0 | 0 |
| HSL | 287.21º | 1% | 0.52% | - |
| HSV(B) | 287.21º | 0.96% | 1% | - |
| XYZ | 42.8 | 20.16 | 96.24 | - |
| YUV | 96.22 | 217.61 | 204.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 11 | 255 | 0.20 | 0.96 | 0 | 0 | 287.21 | 1 | 0.52 |
| Hex | CB | B | FF | 14 | 60 | 0 | 0 | 11F | 64 | 34 |
| Octal | 313 | 13 | 377 | 24 | 140 | 0 | 0 | 437 | 144 | 64 |
| Binary | 11001011 | 1011 | 11111111 | 10100 | 1100000 | 0 | 0 | 100011111 | 1100100 | 110100 |
Color Harmonies of #CB0BFF
Complementary color
Monochromatic Colors of #CB0BFF
Black with #CB0BFF
Text Example
Text Example
White with #CB0BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0BFF; }
p { color: rgb(203,11,255); }
H1.HeaderClassName
{
color: #CB0BFF;
}
.AnyTagClassName
{
color: #CB0BFF;
}
</style>
background-color css
<style>
a { background-color: #CB0BFF; }
a { background-color: rgb(203,11,255); }
div.DivClassName
{
background-color: #CB0BFF;
}
.BgClassName
{
background-color: #CB0BFF;
}
</style>
border-color css
<style>
span { border-color: #CB0BFF; }
span { border-color: rgb(203,11,255); }
td.TdClassName
{
border-color: #CB0BFF;
}
.TagClassName
{
border-color: #CB0BFF;
}
</style>