Shades of Electric Purple #BC02FA
Tints of Electric Purple #BC02FA
RGB
CMYK
RGB Variations
Color information
#BC02FA (or 0xBC02FA) is known color: Electric Purple. HEX triplet: BC, 02 and FA. RGB value is (188,2,250). Sum of RGB (Red+Green+Blue) = 188+2+250=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 2 (1.17% from 255 or 0.45% from 440); Blue value is 250 (98.05% from 255 or 56.82% from 440); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC02FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC02FA is #43FD05. Grayscale: #555555. Windows color (decimal): -4455686 or 16384700. OLE color: 16384700.
HSL color Cylindrical-coordinate representation of color #BC02FA: hue angle of 285º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC02FA is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 2 | 250 | - |
| CMYK | 0.25 | 0.99 | 0 | 0.02 |
| HSL | 285º | 0.98% | 0.49% | - |
| HSV(B) | 285º | 0.99% | 0.98% | - |
| XYZ | 38.02 | 17.64 | 91.84 | - |
| YUV | 85.89 | 220.62 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 2 | 250 | 0.25 | 0.99 | 0 | 0.02 | 285 | 0.98 | 0.49 |
| Hex | BC | 2 | FA | 19 | 63 | 0 | 2 | 11D | 62 | 31 |
| Octal | 274 | 2 | 372 | 31 | 143 | 0 | 2 | 435 | 142 | 61 |
| Binary | 10111100 | 10 | 11111010 | 11001 | 1100011 | 0 | 10 | 100011101 | 1100010 | 110001 |
Color Harmonies of #BC02FA
Complementary color
Monochromatic Colors of #BC02FA
Black with #BC02FA
Text Example
Text Example
White with #BC02FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC02FA; }
p { color: rgb(188,2,250); }
H1.HeaderClassName
{
color: #BC02FA;
}
.AnyTagClassName
{
color: #BC02FA;
}
</style>
background-color css
<style>
a { background-color: #BC02FA; }
a { background-color: rgb(188,2,250); }
div.DivClassName
{
background-color: #BC02FA;
}
.BgClassName
{
background-color: #BC02FA;
}
</style>
border-color css
<style>
span { border-color: #BC02FA; }
span { border-color: rgb(188,2,250); }
td.TdClassName
{
border-color: #BC02FA;
}
.TagClassName
{
border-color: #BC02FA;
}
</style>