Shades of Electric Purple #CB1EFB
Tints of Electric Purple #CB1EFB
RGB
CMYK
RGB Variations
Color information
#CB1EFB (or 0xCB1EFB) is known color: Electric Purple. HEX triplet: CB, 1E and FB. RGB value is (203,30,251). Sum of RGB (Red+Green+Blue) = 203+30+251=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 30 (12.11% from 255 or 6.20% from 484); Blue value is 251 (98.44% from 255 or 51.86% from 484); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB1EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB1EFB is #34E104. Grayscale: #6A6A6A. Windows color (decimal): -3465477 or 16457419. OLE color: 16457419.
HSL color Cylindrical-coordinate representation of color #CB1EFB: hue angle of 286.97º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB1EFB is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 30 | 251 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.02 |
| HSL | 286.97º | 0.97% | 0.55% | - |
| HSV(B) | 286.97º | 0.88% | 0.98% | - |
| XYZ | 42.51 | 20.59 | 93 | - |
| YUV | 106.92 | 209.31 | 196.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 30 | 251 | 0.19 | 0.88 | 0 | 0.02 | 286.97 | 0.97 | 0.55 |
| Hex | CB | 1E | FB | 13 | 58 | 0 | 2 | 11F | 61 | 37 |
| Octal | 313 | 36 | 373 | 23 | 130 | 0 | 2 | 437 | 141 | 67 |
| Binary | 11001011 | 11110 | 11111011 | 10011 | 1011000 | 0 | 10 | 100011111 | 1100001 | 110111 |
Color Harmonies of #CB1EFB
Complementary color
Monochromatic Colors of #CB1EFB
Black with #CB1EFB
Text Example
Text Example
White with #CB1EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1EFB; }
p { color: rgb(203,30,251); }
H1.HeaderClassName
{
color: #CB1EFB;
}
.AnyTagClassName
{
color: #CB1EFB;
}
</style>
background-color css
<style>
a { background-color: #CB1EFB; }
a { background-color: rgb(203,30,251); }
div.DivClassName
{
background-color: #CB1EFB;
}
.BgClassName
{
background-color: #CB1EFB;
}
</style>
border-color css
<style>
span { border-color: #CB1EFB; }
span { border-color: rgb(203,30,251); }
td.TdClassName
{
border-color: #CB1EFB;
}
.TagClassName
{
border-color: #CB1EFB;
}
</style>