Shades of Electric Purple #CB1BF2
Tints of Electric Purple #CB1BF2
RGB
CMYK
RGB Variations
Color information
#CB1BF2 (or 0xCB1BF2) is known color: Electric Purple. HEX triplet: CB, 1B and F2. RGB value is (203,27,242). Sum of RGB (Red+Green+Blue) = 203+27+242=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 27 (10.94% from 255 or 5.72% from 472); Blue value is 242 (94.92% from 255 or 51.27% from 472); Max value from RGB is 242 - color contains mainly: blue. Hex color #CB1BF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB1BF2 is #34E40D. Grayscale: #676767. Windows color (decimal): -3466254 or 15866827. OLE color: 15866827.
HSL color Cylindrical-coordinate representation of color #CB1BF2: hue angle of 289.12º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB1BF2 is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 27 | 242 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.05 |
| HSL | 289.12º | 0.89% | 0.53% | - |
| HSV(B) | 289.12º | 0.89% | 0.95% | - |
| XYZ | 41.05 | 19.89 | 85.68 | - |
| YUV | 104.13 | 205.81 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 27 | 242 | 0.16 | 0.89 | 0 | 0.05 | 289.12 | 0.89 | 0.53 |
| Hex | CB | 1B | F2 | 10 | 59 | 0 | 5 | 121 | 59 | 35 |
| Octal | 313 | 33 | 362 | 20 | 131 | 0 | 5 | 441 | 131 | 65 |
| Binary | 11001011 | 11011 | 11110010 | 10000 | 1011001 | 0 | 101 | 100100001 | 1011001 | 110101 |
Color Harmonies of #CB1BF2
Complementary color
Monochromatic Colors of #CB1BF2
Black with #CB1BF2
Text Example
Text Example
White with #CB1BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1BF2; }
p { color: rgb(203,27,242); }
H1.HeaderClassName
{
color: #CB1BF2;
}
.AnyTagClassName
{
color: #CB1BF2;
}
</style>
background-color css
<style>
a { background-color: #CB1BF2; }
a { background-color: rgb(203,27,242); }
div.DivClassName
{
background-color: #CB1BF2;
}
.BgClassName
{
background-color: #CB1BF2;
}
</style>
border-color css
<style>
span { border-color: #CB1BF2; }
span { border-color: rgb(203,27,242); }
td.TdClassName
{
border-color: #CB1BF2;
}
.TagClassName
{
border-color: #CB1BF2;
}
</style>