Shades of Electric Purple #CB2FFB
Tints of Electric Purple #CB2FFB
RGB
CMYK
RGB Variations
Color information
#CB2FFB (or 0xCB2FFB) is known color: Electric Purple. HEX triplet: CB, 2F and FB. RGB value is (203,47,251). Sum of RGB (Red+Green+Blue) = 203+47+251=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 47 (18.75% from 255 or 9.38% from 501); Blue value is 251 (98.44% from 255 or 50.10% from 501); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB2FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB2FFB is #34D004. Grayscale: #747474. Windows color (decimal): -3461125 or 16461771. OLE color: 16461771.
HSL color Cylindrical-coordinate representation of color #CB2FFB: hue angle of 285.88º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB2FFB is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 47 | 251 | - |
| CMYK | 0.19 | 0.81 | 0 | 0.02 |
| HSL | 285.88º | 0.96% | 0.58% | - |
| HSV(B) | 285.88º | 0.81% | 0.98% | - |
| XYZ | 43.06 | 21.69 | 93.18 | - |
| YUV | 116.9 | 203.68 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 47 | 251 | 0.19 | 0.81 | 0 | 0.02 | 285.88 | 0.96 | 0.58 |
| Hex | CB | 2F | FB | 13 | 51 | 0 | 2 | 11E | 60 | 3A |
| Octal | 313 | 57 | 373 | 23 | 121 | 0 | 2 | 436 | 140 | 72 |
| Binary | 11001011 | 101111 | 11111011 | 10011 | 1010001 | 0 | 10 | 100011110 | 1100000 | 111010 |
Color Harmonies of #CB2FFB
Complementary color
Monochromatic Colors of #CB2FFB
Black with #CB2FFB
Text Example
Text Example
White with #CB2FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2FFB; }
p { color: rgb(203,47,251); }
H1.HeaderClassName
{
color: #CB2FFB;
}
.AnyTagClassName
{
color: #CB2FFB;
}
</style>
background-color css
<style>
a { background-color: #CB2FFB; }
a { background-color: rgb(203,47,251); }
div.DivClassName
{
background-color: #CB2FFB;
}
.BgClassName
{
background-color: #CB2FFB;
}
</style>
border-color css
<style>
span { border-color: #CB2FFB; }
span { border-color: rgb(203,47,251); }
td.TdClassName
{
border-color: #CB2FFB;
}
.TagClassName
{
border-color: #CB2FFB;
}
</style>