Shades of Electric Purple #BC04FF
Tints of Electric Purple #BC04FF
RGB
CMYK
RGB Variations
Color information
#BC04FF (or 0xBC04FF) is known color: Electric Purple. HEX triplet: BC, 04 and FF. RGB value is (188,4,255). Sum of RGB (Red+Green+Blue) = 188+4+255=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 4 (1.95% from 255 or 0.89% from 447); Blue value is 255 (100% from 255 or 57.05% from 447); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC04FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC04FF is #43FB00. Grayscale: #565656. Windows color (decimal): -4455169 or 16712892. OLE color: 16712892.
HSL color Cylindrical-coordinate representation of color #BC04FF: hue angle of 283.98º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC04FF is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 4 | 255 | - |
| CMYK | 0.26 | 0.98 | 0 | 0 |
| HSL | 283.98º | 1% | 0.51% | - |
| HSV(B) | 283.98º | 0.98% | 1% | - |
| XYZ | 38.83 | 18 | 96.04 | - |
| YUV | 87.63 | 222.46 | 199.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 4 | 255 | 0.26 | 0.98 | 0 | 0 | 283.98 | 1 | 0.51 |
| Hex | BC | 4 | FF | 1A | 62 | 0 | 0 | 11C | 64 | 33 |
| Octal | 274 | 4 | 377 | 32 | 142 | 0 | 0 | 434 | 144 | 63 |
| Binary | 10111100 | 100 | 11111111 | 11010 | 1100010 | 0 | 0 | 100011100 | 1100100 | 110011 |
Color Harmonies of #BC04FF
Complementary color
Monochromatic Colors of #BC04FF
Black with #BC04FF
Text Example
Text Example
White with #BC04FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC04FF; }
p { color: rgb(188,4,255); }
H1.HeaderClassName
{
color: #BC04FF;
}
.AnyTagClassName
{
color: #BC04FF;
}
</style>
background-color css
<style>
a { background-color: #BC04FF; }
a { background-color: rgb(188,4,255); }
div.DivClassName
{
background-color: #BC04FF;
}
.BgClassName
{
background-color: #BC04FF;
}
</style>
border-color css
<style>
span { border-color: #BC04FF; }
span { border-color: rgb(188,4,255); }
td.TdClassName
{
border-color: #BC04FF;
}
.TagClassName
{
border-color: #BC04FF;
}
</style>