Shades of Electric Purple #CB2BEB
Tints of Electric Purple #CB2BEB
RGB
CMYK
RGB Variations
Color information
#CB2BEB (or 0xCB2BEB) is known color: Electric Purple. HEX triplet: CB, 2B and EB. RGB value is (203,43,235). Sum of RGB (Red+Green+Blue) = 203+43+235=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 43 (17.19% from 255 or 8.94% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #CB2BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB2BEB is #34D414. Grayscale: #707070. Windows color (decimal): -3462165 or 15412171. OLE color: 15412171.
HSL color Cylindrical-coordinate representation of color #CB2BEB: hue angle of 290º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB2BEB is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 43 | 235 | - |
| CMYK | 0.14 | 0.82 | 0 | 0.08 |
| HSL | 290º | 0.83% | 0.55% | - |
| HSV(B) | 290º | 0.82% | 0.92% | - |
| XYZ | 40.49 | 20.42 | 80.41 | - |
| YUV | 112.73 | 197.01 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 43 | 235 | 0.14 | 0.82 | 0 | 0.08 | 290 | 0.83 | 0.55 |
| Hex | CB | 2B | EB | E | 52 | 0 | 8 | 122 | 53 | 37 |
| Octal | 313 | 53 | 353 | 16 | 122 | 0 | 10 | 442 | 123 | 67 |
| Binary | 11001011 | 101011 | 11101011 | 1110 | 1010010 | 0 | 1000 | 100100010 | 1010011 | 110111 |
Color Harmonies of #CB2BEB
Complementary color
Monochromatic Colors of #CB2BEB
Black with #CB2BEB
Text Example
Text Example
White with #CB2BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2BEB; }
p { color: rgb(203,43,235); }
H1.HeaderClassName
{
color: #CB2BEB;
}
.AnyTagClassName
{
color: #CB2BEB;
}
</style>
background-color css
<style>
a { background-color: #CB2BEB; }
a { background-color: rgb(203,43,235); }
div.DivClassName
{
background-color: #CB2BEB;
}
.BgClassName
{
background-color: #CB2BEB;
}
</style>
border-color css
<style>
span { border-color: #CB2BEB; }
span { border-color: rgb(203,43,235); }
td.TdClassName
{
border-color: #CB2BEB;
}
.TagClassName
{
border-color: #CB2BEB;
}
</style>