Shades of Electric Purple #BC03FF
Tints of Electric Purple #BC03FF
RGB
CMYK
RGB Variations
Color information
#BC03FF (or 0xBC03FF) is known color: Electric Purple. HEX triplet: BC, 03 and FF. RGB value is (188,3,255). Sum of RGB (Red+Green+Blue) = 188+3+255=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 3 (1.56% from 255 or 0.67% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC03FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC03FF is #43FC00. Grayscale: #565656. Windows color (decimal): -4455425 or 16712636. OLE color: 16712636.
HSL color Cylindrical-coordinate representation of color #BC03FF: hue angle of 284.05º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC03FF is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 3 | 255 | - |
| CMYK | 0.26 | 0.99 | 0 | 0 |
| HSL | 284.05º | 1% | 0.51% | - |
| HSV(B) | 284.05º | 0.99% | 1% | - |
| XYZ | 38.82 | 17.98 | 96.03 | - |
| YUV | 87.04 | 222.79 | 200.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 3 | 255 | 0.26 | 0.99 | 0 | 0 | 284.05 | 1 | 0.51 |
| Hex | BC | 3 | FF | 1A | 63 | 0 | 0 | 11C | 64 | 33 |
| Octal | 274 | 3 | 377 | 32 | 143 | 0 | 0 | 434 | 144 | 63 |
| Binary | 10111100 | 11 | 11111111 | 11010 | 1100011 | 0 | 0 | 100011100 | 1100100 | 110011 |
Color Harmonies of #BC03FF
Complementary color
Monochromatic Colors of #BC03FF
Black with #BC03FF
Text Example
Text Example
White with #BC03FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC03FF; }
p { color: rgb(188,3,255); }
H1.HeaderClassName
{
color: #BC03FF;
}
.AnyTagClassName
{
color: #BC03FF;
}
</style>
background-color css
<style>
a { background-color: #BC03FF; }
a { background-color: rgb(188,3,255); }
div.DivClassName
{
background-color: #BC03FF;
}
.BgClassName
{
background-color: #BC03FF;
}
</style>
border-color css
<style>
span { border-color: #BC03FF; }
span { border-color: rgb(188,3,255); }
td.TdClassName
{
border-color: #BC03FF;
}
.TagClassName
{
border-color: #BC03FF;
}
</style>