Shades of Electric Purple #CB1BF0
Tints of Electric Purple #CB1BF0
RGB
CMYK
RGB Variations
Color information
#CB1BF0 (or 0xCB1BF0) is known color: Electric Purple. HEX triplet: CB, 1B and F0. RGB value is (203,27,240). Sum of RGB (Red+Green+Blue) = 203+27+240=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 27 (10.94% from 255 or 5.74% from 470); Blue value is 240 (94.14% from 255 or 51.06% from 470); Max value from RGB is 240 - color contains mainly: blue. Hex color #CB1BF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB1BF0 is #34E40F. Grayscale: #676767. Windows color (decimal): -3466256 or 15735755. OLE color: 15735755.
HSL color Cylindrical-coordinate representation of color #CB1BF0: hue angle of 289.58º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB1BF0 is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 27 | 240 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.06 |
| HSL | 289.58º | 0.88% | 0.52% | - |
| HSV(B) | 289.58º | 0.89% | 0.94% | - |
| XYZ | 40.75 | 19.77 | 84.11 | - |
| YUV | 103.91 | 204.81 | 198.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 27 | 240 | 0.15 | 0.89 | 0 | 0.06 | 289.58 | 0.88 | 0.52 |
| Hex | CB | 1B | F0 | F | 59 | 0 | 6 | 122 | 58 | 34 |
| Octal | 313 | 33 | 360 | 17 | 131 | 0 | 6 | 442 | 130 | 64 |
| Binary | 11001011 | 11011 | 11110000 | 1111 | 1011001 | 0 | 110 | 100100010 | 1011000 | 110100 |
Color Harmonies of #CB1BF0
Complementary color
Monochromatic Colors of #CB1BF0
Black with #CB1BF0
Text Example
Text Example
White with #CB1BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1BF0; }
p { color: rgb(203,27,240); }
H1.HeaderClassName
{
color: #CB1BF0;
}
.AnyTagClassName
{
color: #CB1BF0;
}
</style>
background-color css
<style>
a { background-color: #CB1BF0; }
a { background-color: rgb(203,27,240); }
div.DivClassName
{
background-color: #CB1BF0;
}
.BgClassName
{
background-color: #CB1BF0;
}
</style>
border-color css
<style>
span { border-color: #CB1BF0; }
span { border-color: rgb(203,27,240); }
td.TdClassName
{
border-color: #CB1BF0;
}
.TagClassName
{
border-color: #CB1BF0;
}
</style>