Shades of Electric Purple #BC06FA
Tints of Electric Purple #BC06FA
RGB
CMYK
RGB Variations
Color information
#BC06FA (or 0xBC06FA) is known color: Electric Purple. HEX triplet: BC, 06 and FA. RGB value is (188,6,250). Sum of RGB (Red+Green+Blue) = 188+6+250=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 6 (2.73% from 255 or 1.35% from 444); Blue value is 250 (98.05% from 255 or 56.31% from 444); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC06FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC06FA is #43F905. Grayscale: #575757. Windows color (decimal): -4454662 or 16385724. OLE color: 16385724.
HSL color Cylindrical-coordinate representation of color #BC06FA: hue angle of 284.75º degrees, saturation: 0.96, 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 #BC06FA is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 6 | 250 | - |
| CMYK | 0.25 | 0.98 | 0 | 0.02 |
| HSL | 284.75º | 0.96% | 0.5% | - |
| HSV(B) | 284.75º | 0.98% | 0.98% | - |
| XYZ | 38.06 | 17.72 | 91.86 | - |
| YUV | 88.23 | 219.3 | 199.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 6 | 250 | 0.25 | 0.98 | 0 | 0.02 | 284.75 | 0.96 | 0.5 |
| Hex | BC | 6 | FA | 19 | 62 | 0 | 2 | 11D | 60 | 32 |
| Octal | 274 | 6 | 372 | 31 | 142 | 0 | 2 | 435 | 140 | 62 |
| Binary | 10111100 | 110 | 11111010 | 11001 | 1100010 | 0 | 10 | 100011101 | 1100000 | 110010 |
Color Harmonies of #BC06FA
Complementary color
Monochromatic Colors of #BC06FA
Black with #BC06FA
Text Example
Text Example
White with #BC06FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC06FA; }
p { color: rgb(188,6,250); }
H1.HeaderClassName
{
color: #BC06FA;
}
.AnyTagClassName
{
color: #BC06FA;
}
</style>
background-color css
<style>
a { background-color: #BC06FA; }
a { background-color: rgb(188,6,250); }
div.DivClassName
{
background-color: #BC06FA;
}
.BgClassName
{
background-color: #BC06FA;
}
</style>
border-color css
<style>
span { border-color: #BC06FA; }
span { border-color: rgb(188,6,250); }
td.TdClassName
{
border-color: #BC06FA;
}
.TagClassName
{
border-color: #BC06FA;
}
</style>