Shades of Electric Purple #C00BFF
Tints of Electric Purple #C00BFF
RGB
CMYK
RGB Variations
Color information
#C00BFF (or 0xC00BFF) is known color: Electric Purple. HEX triplet: C0, 0B and FF. RGB value is (192,11,255). Sum of RGB (Red+Green+Blue) = 192+11+255=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 11 (4.69% from 255 or 2.40% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #C00BFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C00BFF is #3FF400. Grayscale: #5C5C5C. Windows color (decimal): -4191233 or 16714688. OLE color: 16714688.
HSL color Cylindrical-coordinate representation of color #C00BFF: hue angle of 284.51º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C00BFF is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 11 | 255 | - |
| CMYK | 0.25 | 0.96 | 0 | 0 |
| HSL | 284.51º | 1% | 0.52% | - |
| HSV(B) | 284.51º | 0.96% | 1% | - |
| XYZ | 39.91 | 18.67 | 96.11 | - |
| YUV | 92.94 | 219.47 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 11 | 255 | 0.25 | 0.96 | 0 | 0 | 284.51 | 1 | 0.52 |
| Hex | C0 | B | FF | 19 | 60 | 0 | 0 | 11D | 64 | 34 |
| Octal | 300 | 13 | 377 | 31 | 140 | 0 | 0 | 435 | 144 | 64 |
| Binary | 11000000 | 1011 | 11111111 | 11001 | 1100000 | 0 | 0 | 100011101 | 1100100 | 110100 |
Color Harmonies of #C00BFF
Complementary color
Monochromatic Colors of #C00BFF
Black with #C00BFF
Text Example
Text Example
White with #C00BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00BFF; }
p { color: rgb(192,11,255); }
H1.HeaderClassName
{
color: #C00BFF;
}
.AnyTagClassName
{
color: #C00BFF;
}
</style>
background-color css
<style>
a { background-color: #C00BFF; }
a { background-color: rgb(192,11,255); }
div.DivClassName
{
background-color: #C00BFF;
}
.BgClassName
{
background-color: #C00BFF;
}
</style>
border-color css
<style>
span { border-color: #C00BFF; }
span { border-color: rgb(192,11,255); }
td.TdClassName
{
border-color: #C00BFF;
}
.TagClassName
{
border-color: #C00BFF;
}
</style>