Shades of Electric Purple #CB2BEF
Tints of Electric Purple #CB2BEF
RGB
CMYK
RGB Variations
Color information
#CB2BEF (or 0xCB2BEF) is known color: Electric Purple. HEX triplet: CB, 2B and EF. RGB value is (203,43,239). Sum of RGB (Red+Green+Blue) = 203+43+239=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 43 (17.19% from 255 or 8.87% from 485); Blue value is 239 (93.75% from 255 or 49.28% from 485); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB2BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB2BEF is #34D410. Grayscale: #707070. Windows color (decimal): -3462161 or 15674315. OLE color: 15674315.
HSL color Cylindrical-coordinate representation of color #CB2BEF: hue angle of 288.98º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB2BEF is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 43 | 239 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.06 |
| HSL | 288.98º | 0.86% | 0.55% | - |
| HSV(B) | 288.98º | 0.82% | 0.94% | - |
| XYZ | 41.07 | 20.66 | 83.48 | - |
| YUV | 113.18 | 199.01 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 43 | 239 | 0.15 | 0.82 | 0 | 0.06 | 288.98 | 0.86 | 0.55 |
| Hex | CB | 2B | EF | F | 52 | 0 | 6 | 121 | 56 | 37 |
| Octal | 313 | 53 | 357 | 17 | 122 | 0 | 6 | 441 | 126 | 67 |
| Binary | 11001011 | 101011 | 11101111 | 1111 | 1010010 | 0 | 110 | 100100001 | 1010110 | 110111 |
Color Harmonies of #CB2BEF
Complementary color
Monochromatic Colors of #CB2BEF
Black with #CB2BEF
Text Example
Text Example
White with #CB2BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2BEF; }
p { color: rgb(203,43,239); }
H1.HeaderClassName
{
color: #CB2BEF;
}
.AnyTagClassName
{
color: #CB2BEF;
}
</style>
background-color css
<style>
a { background-color: #CB2BEF; }
a { background-color: rgb(203,43,239); }
div.DivClassName
{
background-color: #CB2BEF;
}
.BgClassName
{
background-color: #CB2BEF;
}
</style>
border-color css
<style>
span { border-color: #CB2BEF; }
span { border-color: rgb(203,43,239); }
td.TdClassName
{
border-color: #CB2BEF;
}
.TagClassName
{
border-color: #CB2BEF;
}
</style>