Shades of Electric Purple #BC08FA
Tints of Electric Purple #BC08FA
RGB
CMYK
RGB Variations
Color information
#BC08FA (or 0xBC08FA) is known color: Electric Purple. HEX triplet: BC, 08 and FA. RGB value is (188,8,250). Sum of RGB (Red+Green+Blue) = 188+8+250=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 8 (3.52% from 255 or 1.79% from 446); Blue value is 250 (98.05% from 255 or 56.05% from 446); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC08FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC08FA is #43F705. Grayscale: #585858. Windows color (decimal): -4454150 or 16386236. OLE color: 16386236.
HSL color Cylindrical-coordinate representation of color #BC08FA: hue angle of 284.63º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC08FA is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 8 | 250 | - |
| CMYK | 0.25 | 0.97 | 0 | 0.02 |
| HSL | 284.63º | 0.96% | 0.51% | - |
| HSV(B) | 284.63º | 0.97% | 0.98% | - |
| XYZ | 38.08 | 17.77 | 91.86 | - |
| YUV | 89.41 | 218.63 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 8 | 250 | 0.25 | 0.97 | 0 | 0.02 | 284.63 | 0.96 | 0.51 |
| Hex | BC | 8 | FA | 19 | 61 | 0 | 2 | 11D | 60 | 33 |
| Octal | 274 | 10 | 372 | 31 | 141 | 0 | 2 | 435 | 140 | 63 |
| Binary | 10111100 | 1000 | 11111010 | 11001 | 1100001 | 0 | 10 | 100011101 | 1100000 | 110011 |
Color Harmonies of #BC08FA
Complementary color
Monochromatic Colors of #BC08FA
Black with #BC08FA
Text Example
Text Example
White with #BC08FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC08FA; }
p { color: rgb(188,8,250); }
H1.HeaderClassName
{
color: #BC08FA;
}
.AnyTagClassName
{
color: #BC08FA;
}
</style>
background-color css
<style>
a { background-color: #BC08FA; }
a { background-color: rgb(188,8,250); }
div.DivClassName
{
background-color: #BC08FA;
}
.BgClassName
{
background-color: #BC08FA;
}
</style>
border-color css
<style>
span { border-color: #BC08FA; }
span { border-color: rgb(188,8,250); }
td.TdClassName
{
border-color: #BC08FA;
}
.TagClassName
{
border-color: #BC08FA;
}
</style>