Shades of Electric Purple #CB2BEE
Tints of Electric Purple #CB2BEE
RGB
CMYK
RGB Variations
Color information
#CB2BEE (or 0xCB2BEE) is known color: Electric Purple. HEX triplet: CB, 2B and EE. RGB value is (203,43,238). Sum of RGB (Red+Green+Blue) = 203+43+238=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 43 (17.19% from 255 or 8.88% from 484); Blue value is 238 (93.36% from 255 or 49.17% from 484); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB2BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB2BEE is #34D411. Grayscale: #707070. Windows color (decimal): -3462162 or 15608779. OLE color: 15608779.
HSL color Cylindrical-coordinate representation of color #CB2BEE: hue angle of 289.23º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB2BEE is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 43 | 238 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.07 |
| HSL | 289.23º | 0.85% | 0.55% | - |
| HSV(B) | 289.23º | 0.82% | 0.93% | - |
| XYZ | 40.93 | 20.6 | 82.71 | - |
| YUV | 113.07 | 198.51 | 192.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 43 | 238 | 0.15 | 0.82 | 0 | 0.07 | 289.23 | 0.85 | 0.55 |
| Hex | CB | 2B | EE | F | 52 | 0 | 7 | 121 | 55 | 37 |
| Octal | 313 | 53 | 356 | 17 | 122 | 0 | 7 | 441 | 125 | 67 |
| Binary | 11001011 | 101011 | 11101110 | 1111 | 1010010 | 0 | 111 | 100100001 | 1010101 | 110111 |
Color Harmonies of #CB2BEE
Complementary color
Monochromatic Colors of #CB2BEE
Black with #CB2BEE
Text Example
Text Example
White with #CB2BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2BEE; }
p { color: rgb(203,43,238); }
H1.HeaderClassName
{
color: #CB2BEE;
}
.AnyTagClassName
{
color: #CB2BEE;
}
</style>
background-color css
<style>
a { background-color: #CB2BEE; }
a { background-color: rgb(203,43,238); }
div.DivClassName
{
background-color: #CB2BEE;
}
.BgClassName
{
background-color: #CB2BEE;
}
</style>
border-color css
<style>
span { border-color: #CB2BEE; }
span { border-color: rgb(203,43,238); }
td.TdClassName
{
border-color: #CB2BEE;
}
.TagClassName
{
border-color: #CB2BEE;
}
</style>