Shades of Electric Purple #CB1BEE
Tints of Electric Purple #CB1BEE
RGB
CMYK
RGB Variations
Color information
#CB1BEE (or 0xCB1BEE) is known color: Electric Purple. HEX triplet: CB, 1B and EE. RGB value is (203,27,238). Sum of RGB (Red+Green+Blue) = 203+27+238=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 27 (10.94% from 255 or 5.77% from 468); Blue value is 238 (93.36% from 255 or 50.85% from 468); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB1BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB1BEE is #34E411. Grayscale: #676767. Windows color (decimal): -3466258 or 15604683. OLE color: 15604683.
HSL color Cylindrical-coordinate representation of color #CB1BEE: hue angle of 290.05º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB1BEE is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 27 | 238 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.07 |
| HSL | 290.05º | 0.86% | 0.52% | - |
| HSV(B) | 290.05º | 0.89% | 0.93% | - |
| XYZ | 40.45 | 19.65 | 82.55 | - |
| YUV | 103.68 | 203.81 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 27 | 238 | 0.15 | 0.89 | 0 | 0.07 | 290.05 | 0.86 | 0.52 |
| Hex | CB | 1B | EE | F | 59 | 0 | 7 | 122 | 56 | 34 |
| Octal | 313 | 33 | 356 | 17 | 131 | 0 | 7 | 442 | 126 | 64 |
| Binary | 11001011 | 11011 | 11101110 | 1111 | 1011001 | 0 | 111 | 100100010 | 1010110 | 110100 |
Color Harmonies of #CB1BEE
Complementary color
Monochromatic Colors of #CB1BEE
Black with #CB1BEE
Text Example
Text Example
White with #CB1BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1BEE; }
p { color: rgb(203,27,238); }
H1.HeaderClassName
{
color: #CB1BEE;
}
.AnyTagClassName
{
color: #CB1BEE;
}
</style>
background-color css
<style>
a { background-color: #CB1BEE; }
a { background-color: rgb(203,27,238); }
div.DivClassName
{
background-color: #CB1BEE;
}
.BgClassName
{
background-color: #CB1BEE;
}
</style>
border-color css
<style>
span { border-color: #CB1BEE; }
span { border-color: rgb(203,27,238); }
td.TdClassName
{
border-color: #CB1BEE;
}
.TagClassName
{
border-color: #CB1BEE;
}
</style>