Shades of Electric Purple #CB1BFF
Tints of Electric Purple #CB1BFF
RGB
CMYK
RGB Variations
Color information
#CB1BFF (or 0xCB1BFF) is known color: Electric Purple. HEX triplet: CB, 1B and FF. RGB value is (203,27,255). Sum of RGB (Red+Green+Blue) = 203+27+255=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 27 (10.94% from 255 or 5.57% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB1BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB1BFF is #34E400. Grayscale: #686868. Windows color (decimal): -3466241 or 16718795. OLE color: 16718795.
HSL color Cylindrical-coordinate representation of color #CB1BFF: hue angle of 286.32º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB1BFF is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 27 | 255 | - |
| CMYK | 0.20 | 0.89 | 0 | 0 |
| HSL | 286.32º | 1% | 0.55% | - |
| HSV(B) | 286.32º | 0.89% | 1% | - |
| XYZ | 43.07 | 20.7 | 96.33 | - |
| YUV | 105.62 | 212.31 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 27 | 255 | 0.20 | 0.89 | 0 | 0 | 286.32 | 1 | 0.55 |
| Hex | CB | 1B | FF | 14 | 59 | 0 | 0 | 11E | 64 | 37 |
| Octal | 313 | 33 | 377 | 24 | 131 | 0 | 0 | 436 | 144 | 67 |
| Binary | 11001011 | 11011 | 11111111 | 10100 | 1011001 | 0 | 0 | 100011110 | 1100100 | 110111 |
Color Harmonies of #CB1BFF
Complementary color
Monochromatic Colors of #CB1BFF
Black with #CB1BFF
Text Example
Text Example
White with #CB1BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1BFF; }
p { color: rgb(203,27,255); }
H1.HeaderClassName
{
color: #CB1BFF;
}
.AnyTagClassName
{
color: #CB1BFF;
}
</style>
background-color css
<style>
a { background-color: #CB1BFF; }
a { background-color: rgb(203,27,255); }
div.DivClassName
{
background-color: #CB1BFF;
}
.BgClassName
{
background-color: #CB1BFF;
}
</style>
border-color css
<style>
span { border-color: #CB1BFF; }
span { border-color: rgb(203,27,255); }
td.TdClassName
{
border-color: #CB1BFF;
}
.TagClassName
{
border-color: #CB1BFF;
}
</style>