Shades of Electric Purple #BC0FFF
Tints of Electric Purple #BC0FFF
RGB
CMYK
RGB Variations
Color information
#BC0FFF (or 0xBC0FFF) is known color: Electric Purple. HEX triplet: BC, 0F and FF. RGB value is (188,15,255). Sum of RGB (Red+Green+Blue) = 188+15+255=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 15 (6.25% from 255 or 3.28% 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 #BC0FFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC0FFF is #43F000. Grayscale: #5D5D5D. Windows color (decimal): -4452353 or 16715708. OLE color: 16715708.
HSL color Cylindrical-coordinate representation of color #BC0FFF: hue angle of 283.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0FFF is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 15 | 255 | - |
| CMYK | 0.26 | 0.94 | 0 | 0 |
| HSL | 283.25º | 1% | 0.53% | - |
| HSV(B) | 283.25º | 0.94% | 1% | - |
| XYZ | 38.96 | 18.25 | 96.08 | - |
| YUV | 94.09 | 218.81 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 15 | 255 | 0.26 | 0.94 | 0 | 0 | 283.25 | 1 | 0.53 |
| Hex | BC | F | FF | 1A | 5E | 0 | 0 | 11B | 64 | 35 |
| Octal | 274 | 17 | 377 | 32 | 136 | 0 | 0 | 433 | 144 | 65 |
| Binary | 10111100 | 1111 | 11111111 | 11010 | 1011110 | 0 | 0 | 100011011 | 1100100 | 110101 |
Color Harmonies of #BC0FFF
Complementary color
Monochromatic Colors of #BC0FFF
Black with #BC0FFF
Text Example
Text Example
White with #BC0FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0FFF; }
p { color: rgb(188,15,255); }
H1.HeaderClassName
{
color: #BC0FFF;
}
.AnyTagClassName
{
color: #BC0FFF;
}
</style>
background-color css
<style>
a { background-color: #BC0FFF; }
a { background-color: rgb(188,15,255); }
div.DivClassName
{
background-color: #BC0FFF;
}
.BgClassName
{
background-color: #BC0FFF;
}
</style>
border-color css
<style>
span { border-color: #BC0FFF; }
span { border-color: rgb(188,15,255); }
td.TdClassName
{
border-color: #BC0FFF;
}
.TagClassName
{
border-color: #BC0FFF;
}
</style>