Shades of Electric Purple #CB1FFB
Tints of Electric Purple #CB1FFB
RGB
CMYK
RGB Variations
Color information
#CB1FFB (or 0xCB1FFB) is known color: Electric Purple. HEX triplet: CB, 1F and FB. RGB value is (203,31,251). Sum of RGB (Red+Green+Blue) = 203+31+251=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 31 (12.5% from 255 or 6.39% from 485); Blue value is 251 (98.44% from 255 or 51.75% from 485); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB1FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB1FFB is #34E004. Grayscale: #6A6A6A. Windows color (decimal): -3465221 or 16457675. OLE color: 16457675.
HSL color Cylindrical-coordinate representation of color #CB1FFB: hue angle of 286.91º degrees, saturation: 0.96, 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 #CB1FFB is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 31 | 251 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.02 |
| HSL | 286.91º | 0.96% | 0.55% | - |
| HSV(B) | 286.91º | 0.88% | 0.98% | - |
| XYZ | 42.53 | 20.64 | 93.01 | - |
| YUV | 107.51 | 208.98 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 31 | 251 | 0.19 | 0.88 | 0 | 0.02 | 286.91 | 0.96 | 0.55 |
| Hex | CB | 1F | FB | 13 | 58 | 0 | 2 | 11F | 60 | 37 |
| Octal | 313 | 37 | 373 | 23 | 130 | 0 | 2 | 437 | 140 | 67 |
| Binary | 11001011 | 11111 | 11111011 | 10011 | 1011000 | 0 | 10 | 100011111 | 1100000 | 110111 |
Color Harmonies of #CB1FFB
Complementary color
Monochromatic Colors of #CB1FFB
Black with #CB1FFB
Text Example
Text Example
White with #CB1FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1FFB; }
p { color: rgb(203,31,251); }
H1.HeaderClassName
{
color: #CB1FFB;
}
.AnyTagClassName
{
color: #CB1FFB;
}
</style>
background-color css
<style>
a { background-color: #CB1FFB; }
a { background-color: rgb(203,31,251); }
div.DivClassName
{
background-color: #CB1FFB;
}
.BgClassName
{
background-color: #CB1FFB;
}
</style>
border-color css
<style>
span { border-color: #CB1FFB; }
span { border-color: rgb(203,31,251); }
td.TdClassName
{
border-color: #CB1FFB;
}
.TagClassName
{
border-color: #CB1FFB;
}
</style>