Shades of Electric Purple #CB1BEB
Tints of Electric Purple #CB1BEB
RGB
CMYK
RGB Variations
Color information
#CB1BEB (or 0xCB1BEB) is known color: Electric Purple. HEX triplet: CB, 1B and EB. RGB value is (203,27,235). Sum of RGB (Red+Green+Blue) = 203+27+235=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 27 (10.94% from 255 or 5.81% from 465); Blue value is 235 (92.19% from 255 or 50.54% from 465); Max value from RGB is 235 - color contains mainly: blue. Hex color #CB1BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB1BEB is #34E414. Grayscale: #666666. Windows color (decimal): -3466261 or 15408075. OLE color: 15408075.
HSL color Cylindrical-coordinate representation of color #CB1BEB: hue angle of 290.77º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB1BEB is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 27 | 235 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.08 |
| HSL | 290.77º | 0.84% | 0.51% | - |
| HSV(B) | 290.77º | 0.89% | 0.92% | - |
| XYZ | 40.02 | 19.48 | 80.25 | - |
| YUV | 103.34 | 202.31 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 27 | 235 | 0.14 | 0.89 | 0 | 0.08 | 290.77 | 0.84 | 0.51 |
| Hex | CB | 1B | EB | E | 59 | 0 | 8 | 123 | 54 | 33 |
| Octal | 313 | 33 | 353 | 16 | 131 | 0 | 10 | 443 | 124 | 63 |
| Binary | 11001011 | 11011 | 11101011 | 1110 | 1011001 | 0 | 1000 | 100100011 | 1010100 | 110011 |
Color Harmonies of #CB1BEB
Complementary color
Monochromatic Colors of #CB1BEB
Black with #CB1BEB
Text Example
Text Example
White with #CB1BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1BEB; }
p { color: rgb(203,27,235); }
H1.HeaderClassName
{
color: #CB1BEB;
}
.AnyTagClassName
{
color: #CB1BEB;
}
</style>
background-color css
<style>
a { background-color: #CB1BEB; }
a { background-color: rgb(203,27,235); }
div.DivClassName
{
background-color: #CB1BEB;
}
.BgClassName
{
background-color: #CB1BEB;
}
</style>
border-color css
<style>
span { border-color: #CB1BEB; }
span { border-color: rgb(203,27,235); }
td.TdClassName
{
border-color: #CB1BEB;
}
.TagClassName
{
border-color: #CB1BEB;
}
</style>