Shades of Electric Purple #BC03FA
Tints of Electric Purple #BC03FA
RGB
CMYK
RGB Variations
Color information
#BC03FA (or 0xBC03FA) is known color: Electric Purple. HEX triplet: BC, 03 and FA. RGB value is (188,3,250). Sum of RGB (Red+Green+Blue) = 188+3+250=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 3 (1.56% from 255 or 0.68% from 441); Blue value is 250 (98.05% from 255 or 56.69% from 441); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC03FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC03FA is #43FC05. Grayscale: #555555. Windows color (decimal): -4455430 or 16384956. OLE color: 16384956.
HSL color Cylindrical-coordinate representation of color #BC03FA: hue angle of 284.94º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC03FA is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 3 | 250 | - |
| CMYK | 0.25 | 0.99 | 0 | 0.02 |
| HSL | 284.94º | 0.98% | 0.5% | - |
| HSV(B) | 284.94º | 0.99% | 0.98% | - |
| XYZ | 38.03 | 17.66 | 91.85 | - |
| YUV | 86.47 | 220.29 | 200.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 3 | 250 | 0.25 | 0.99 | 0 | 0.02 | 284.94 | 0.98 | 0.5 |
| Hex | BC | 3 | FA | 19 | 63 | 0 | 2 | 11D | 62 | 32 |
| Octal | 274 | 3 | 372 | 31 | 143 | 0 | 2 | 435 | 142 | 62 |
| Binary | 10111100 | 11 | 11111010 | 11001 | 1100011 | 0 | 10 | 100011101 | 1100010 | 110010 |
Color Harmonies of #BC03FA
Complementary color
Monochromatic Colors of #BC03FA
Black with #BC03FA
Text Example
Text Example
White with #BC03FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC03FA; }
p { color: rgb(188,3,250); }
H1.HeaderClassName
{
color: #BC03FA;
}
.AnyTagClassName
{
color: #BC03FA;
}
</style>
background-color css
<style>
a { background-color: #BC03FA; }
a { background-color: rgb(188,3,250); }
div.DivClassName
{
background-color: #BC03FA;
}
.BgClassName
{
background-color: #BC03FA;
}
</style>
border-color css
<style>
span { border-color: #BC03FA; }
span { border-color: rgb(188,3,250); }
td.TdClassName
{
border-color: #BC03FA;
}
.TagClassName
{
border-color: #BC03FA;
}
</style>