Shades of Electric Purple #CB1BEC
Tints of Electric Purple #CB1BEC
RGB
CMYK
RGB Variations
Color information
#CB1BEC (or 0xCB1BEC) is known color: Electric Purple. HEX triplet: CB, 1B and EC. RGB value is (203,27,236). Sum of RGB (Red+Green+Blue) = 203+27+236=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 27 (10.94% from 255 or 5.79% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB1BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB1BEC is #34E413. Grayscale: #666666. Windows color (decimal): -3466260 or 15473611. OLE color: 15473611.
HSL color Cylindrical-coordinate representation of color #CB1BEC: hue angle of 290.53º degrees, saturation: 0.85, 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 #CB1BEC is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 27 | 236 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.07 |
| HSL | 290.53º | 0.85% | 0.52% | - |
| HSV(B) | 290.53º | 0.89% | 0.93% | - |
| XYZ | 40.16 | 19.54 | 81.01 | - |
| YUV | 103.45 | 202.81 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 27 | 236 | 0.14 | 0.89 | 0 | 0.07 | 290.53 | 0.85 | 0.52 |
| Hex | CB | 1B | EC | E | 59 | 0 | 7 | 123 | 55 | 34 |
| Octal | 313 | 33 | 354 | 16 | 131 | 0 | 7 | 443 | 125 | 64 |
| Binary | 11001011 | 11011 | 11101100 | 1110 | 1011001 | 0 | 111 | 100100011 | 1010101 | 110100 |
Color Harmonies of #CB1BEC
Complementary color
Monochromatic Colors of #CB1BEC
Black with #CB1BEC
Text Example
Text Example
White with #CB1BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1BEC; }
p { color: rgb(203,27,236); }
H1.HeaderClassName
{
color: #CB1BEC;
}
.AnyTagClassName
{
color: #CB1BEC;
}
</style>
background-color css
<style>
a { background-color: #CB1BEC; }
a { background-color: rgb(203,27,236); }
div.DivClassName
{
background-color: #CB1BEC;
}
.BgClassName
{
background-color: #CB1BEC;
}
</style>
border-color css
<style>
span { border-color: #CB1BEC; }
span { border-color: rgb(203,27,236); }
td.TdClassName
{
border-color: #CB1BEC;
}
.TagClassName
{
border-color: #CB1BEC;
}
</style>