Shades of Electric Purple #BC0FF0
Tints of Electric Purple #BC0FF0
RGB
CMYK
RGB Variations
Color information
#BC0FF0 (or 0xBC0FF0) is known color: Electric Purple. HEX triplet: BC, 0F and F0. RGB value is (188,15,240). Sum of RGB (Red+Green+Blue) = 188+15+240=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 15 (6.25% from 255 or 3.39% from 443); Blue value is 240 (94.14% from 255 or 54.18% from 443); Max value from RGB is 240 - color contains mainly: blue. Hex color #BC0FF0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC0FF0 is #43F00F. Grayscale: #5B5B5B. Windows color (decimal): -4452368 or 15732668. OLE color: 15732668.
HSL color Cylindrical-coordinate representation of color #BC0FF0: hue angle of 286.13º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0FF0 is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 15 | 240 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.06 |
| HSL | 286.13º | 0.88% | 0.5% | - |
| HSV(B) | 286.13º | 0.94% | 0.94% | - |
| XYZ | 36.64 | 17.32 | 83.85 | - |
| YUV | 92.38 | 211.31 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 15 | 240 | 0.22 | 0.94 | 0 | 0.06 | 286.13 | 0.88 | 0.5 |
| Hex | BC | F | F0 | 16 | 5E | 0 | 6 | 11E | 58 | 32 |
| Octal | 274 | 17 | 360 | 26 | 136 | 0 | 6 | 436 | 130 | 62 |
| Binary | 10111100 | 1111 | 11110000 | 10110 | 1011110 | 0 | 110 | 100011110 | 1011000 | 110010 |
Color Harmonies of #BC0FF0
Complementary color
Monochromatic Colors of #BC0FF0
Black with #BC0FF0
Text Example
Text Example
White with #BC0FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0FF0; }
p { color: rgb(188,15,240); }
H1.HeaderClassName
{
color: #BC0FF0;
}
.AnyTagClassName
{
color: #BC0FF0;
}
</style>
background-color css
<style>
a { background-color: #BC0FF0; }
a { background-color: rgb(188,15,240); }
div.DivClassName
{
background-color: #BC0FF0;
}
.BgClassName
{
background-color: #BC0FF0;
}
</style>
border-color css
<style>
span { border-color: #BC0FF0; }
span { border-color: rgb(188,15,240); }
td.TdClassName
{
border-color: #BC0FF0;
}
.TagClassName
{
border-color: #BC0FF0;
}
</style>