Shades of Electric Purple #CB1BEA
Tints of Electric Purple #CB1BEA
RGB
CMYK
RGB Variations
Color information
#CB1BEA (or 0xCB1BEA) is known color: Electric Purple. HEX triplet: CB, 1B and EA. RGB value is (203,27,234). Sum of RGB (Red+Green+Blue) = 203+27+234=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 27 (10.94% from 255 or 5.82% from 464); Blue value is 234 (91.80% from 255 or 50.43% from 464); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB1BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB1BEA is #34E415. Grayscale: #666666. Windows color (decimal): -3466262 or 15342539. OLE color: 15342539.
HSL color Cylindrical-coordinate representation of color #CB1BEA: hue angle of 291.01º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB1BEA is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 27 | 234 | - |
| CMYK | 0.13 | 0.88 | 0 | 0.08 |
| HSL | 291.01º | 0.83% | 0.51% | - |
| HSV(B) | 291.01º | 0.88% | 0.92% | - |
| XYZ | 39.87 | 19.42 | 79.49 | - |
| YUV | 103.22 | 201.81 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 27 | 234 | 0.13 | 0.88 | 0 | 0.08 | 291.01 | 0.83 | 0.51 |
| Hex | CB | 1B | EA | D | 58 | 0 | 8 | 123 | 53 | 33 |
| Octal | 313 | 33 | 352 | 15 | 130 | 0 | 10 | 443 | 123 | 63 |
| Binary | 11001011 | 11011 | 11101010 | 1101 | 1011000 | 0 | 1000 | 100100011 | 1010011 | 110011 |
Color Harmonies of #CB1BEA
Complementary color
Monochromatic Colors of #CB1BEA
Black with #CB1BEA
Text Example
Text Example
White with #CB1BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1BEA; }
p { color: rgb(203,27,234); }
H1.HeaderClassName
{
color: #CB1BEA;
}
.AnyTagClassName
{
color: #CB1BEA;
}
</style>
background-color css
<style>
a { background-color: #CB1BEA; }
a { background-color: rgb(203,27,234); }
div.DivClassName
{
background-color: #CB1BEA;
}
.BgClassName
{
background-color: #CB1BEA;
}
</style>
border-color css
<style>
span { border-color: #CB1BEA; }
span { border-color: rgb(203,27,234); }
td.TdClassName
{
border-color: #CB1BEA;
}
.TagClassName
{
border-color: #CB1BEA;
}
</style>