Shades of Electric Purple #BC12FF
Tints of Electric Purple #BC12FF
RGB
CMYK
RGB Variations
Color information
#BC12FF (or 0xBC12FF) is known color: Electric Purple. HEX triplet: BC, 12 and FF. RGB value is (188,18,255). Sum of RGB (Red+Green+Blue) = 188+18+255=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 18 (7.42% from 255 or 3.90% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC12FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC12FF is #43ED00. Grayscale: #5F5F5F. Windows color (decimal): -4451585 or 16716476. OLE color: 16716476.
HSL color Cylindrical-coordinate representation of color #BC12FF: hue angle of 283.04º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC12FF is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 18 | 255 | - |
| CMYK | 0.26 | 0.93 | 0 | 0 |
| HSL | 283.04º | 1% | 0.54% | - |
| HSV(B) | 283.04º | 0.93% | 1% | - |
| XYZ | 39.01 | 18.34 | 96.09 | - |
| YUV | 95.85 | 217.82 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 18 | 255 | 0.26 | 0.93 | 0 | 0 | 283.04 | 1 | 0.54 |
| Hex | BC | 12 | FF | 1A | 5D | 0 | 0 | 11B | 64 | 36 |
| Octal | 274 | 22 | 377 | 32 | 135 | 0 | 0 | 433 | 144 | 66 |
| Binary | 10111100 | 10010 | 11111111 | 11010 | 1011101 | 0 | 0 | 100011011 | 1100100 | 110110 |
Color Harmonies of #BC12FF
Complementary color
Monochromatic Colors of #BC12FF
Black with #BC12FF
Text Example
Text Example
White with #BC12FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC12FF; }
p { color: rgb(188,18,255); }
H1.HeaderClassName
{
color: #BC12FF;
}
.AnyTagClassName
{
color: #BC12FF;
}
</style>
background-color css
<style>
a { background-color: #BC12FF; }
a { background-color: rgb(188,18,255); }
div.DivClassName
{
background-color: #BC12FF;
}
.BgClassName
{
background-color: #BC12FF;
}
</style>
border-color css
<style>
span { border-color: #BC12FF; }
span { border-color: rgb(188,18,255); }
td.TdClassName
{
border-color: #BC12FF;
}
.TagClassName
{
border-color: #BC12FF;
}
</style>