Shades of Electric Purple #BC04FA
Tints of Electric Purple #BC04FA
RGB
CMYK
RGB Variations
Color information
#BC04FA (or 0xBC04FA) is known color: Electric Purple. HEX triplet: BC, 04 and FA. RGB value is (188,4,250). Sum of RGB (Red+Green+Blue) = 188+4+250=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 4 (1.95% from 255 or 0.90% from 442); Blue value is 250 (98.05% from 255 or 56.56% from 442); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC04FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC04FA is #43FB05. Grayscale: #565656. Windows color (decimal): -4455174 or 16385212. OLE color: 16385212.
HSL color Cylindrical-coordinate representation of color #BC04FA: hue angle of 284.88º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC04FA is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 4 | 250 | - |
| CMYK | 0.25 | 0.98 | 0 | 0.02 |
| HSL | 284.88º | 0.97% | 0.5% | - |
| HSV(B) | 284.88º | 0.98% | 0.98% | - |
| XYZ | 38.04 | 17.68 | 91.85 | - |
| YUV | 87.06 | 219.96 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 4 | 250 | 0.25 | 0.98 | 0 | 0.02 | 284.88 | 0.97 | 0.5 |
| Hex | BC | 4 | FA | 19 | 62 | 0 | 2 | 11D | 61 | 32 |
| Octal | 274 | 4 | 372 | 31 | 142 | 0 | 2 | 435 | 141 | 62 |
| Binary | 10111100 | 100 | 11111010 | 11001 | 1100010 | 0 | 10 | 100011101 | 1100001 | 110010 |
Color Harmonies of #BC04FA
Complementary color
Monochromatic Colors of #BC04FA
Black with #BC04FA
Text Example
Text Example
White with #BC04FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC04FA; }
p { color: rgb(188,4,250); }
H1.HeaderClassName
{
color: #BC04FA;
}
.AnyTagClassName
{
color: #BC04FA;
}
</style>
background-color css
<style>
a { background-color: #BC04FA; }
a { background-color: rgb(188,4,250); }
div.DivClassName
{
background-color: #BC04FA;
}
.BgClassName
{
background-color: #BC04FA;
}
</style>
border-color css
<style>
span { border-color: #BC04FA; }
span { border-color: rgb(188,4,250); }
td.TdClassName
{
border-color: #BC04FA;
}
.TagClassName
{
border-color: #BC04FA;
}
</style>