Shades of Electric Purple #CB2BFB
Tints of Electric Purple #CB2BFB
RGB
CMYK
RGB Variations
Color information
#CB2BFB (or 0xCB2BFB) is known color: Electric Purple. HEX triplet: CB, 2B and FB. RGB value is (203,43,251). Sum of RGB (Red+Green+Blue) = 203+43+251=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 43 (17.19% from 255 or 8.65% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB2BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB2BFB is #34D404. Grayscale: #717171. Windows color (decimal): -3462149 or 16460747. OLE color: 16460747.
HSL color Cylindrical-coordinate representation of color #CB2BFB: hue angle of 286.15º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB2BFB is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 43 | 251 | - |
| CMYK | 0.19 | 0.83 | 0 | 0.02 |
| HSL | 286.15º | 0.96% | 0.58% | - |
| HSV(B) | 286.15º | 0.83% | 0.98% | - |
| XYZ | 42.91 | 21.39 | 93.13 | - |
| YUV | 114.55 | 205.01 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 43 | 251 | 0.19 | 0.83 | 0 | 0.02 | 286.15 | 0.96 | 0.58 |
| Hex | CB | 2B | FB | 13 | 53 | 0 | 2 | 11E | 60 | 3A |
| Octal | 313 | 53 | 373 | 23 | 123 | 0 | 2 | 436 | 140 | 72 |
| Binary | 11001011 | 101011 | 11111011 | 10011 | 1010011 | 0 | 10 | 100011110 | 1100000 | 111010 |
Color Harmonies of #CB2BFB
Complementary color
Monochromatic Colors of #CB2BFB
Black with #CB2BFB
Text Example
Text Example
White with #CB2BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2BFB; }
p { color: rgb(203,43,251); }
H1.HeaderClassName
{
color: #CB2BFB;
}
.AnyTagClassName
{
color: #CB2BFB;
}
</style>
background-color css
<style>
a { background-color: #CB2BFB; }
a { background-color: rgb(203,43,251); }
div.DivClassName
{
background-color: #CB2BFB;
}
.BgClassName
{
background-color: #CB2BFB;
}
</style>
border-color css
<style>
span { border-color: #CB2BFB; }
span { border-color: rgb(203,43,251); }
td.TdClassName
{
border-color: #CB2BFB;
}
.TagClassName
{
border-color: #CB2BFB;
}
</style>