Shades of Electric Purple #BC03EF
Tints of Electric Purple #BC03EF
RGB
CMYK
RGB Variations
Color information
#BC03EF (or 0xBC03EF) is known color: Electric Purple. HEX triplet: BC, 03 and EF. RGB value is (188,3,239). Sum of RGB (Red+Green+Blue) = 188+3+239=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 3 (1.56% from 255 or 0.70% from 430); Blue value is 239 (93.75% from 255 or 55.58% from 430); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC03EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BC03EF is #43FC10. Grayscale: #545454. Windows color (decimal): -4455441 or 15664060. OLE color: 15664060.
HSL color Cylindrical-coordinate representation of color #BC03EF: hue angle of 287.03º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC03EF is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 3 | 239 | - |
| CMYK | 0.21 | 0.99 | 0 | 0.06 |
| HSL | 287.03º | 0.98% | 0.47% | - |
| HSV(B) | 287.03º | 0.99% | 0.94% | - |
| XYZ | 36.35 | 16.99 | 83.02 | - |
| YUV | 85.22 | 214.79 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 3 | 239 | 0.21 | 0.99 | 0 | 0.06 | 287.03 | 0.98 | 0.47 |
| Hex | BC | 3 | EF | 15 | 63 | 0 | 6 | 11F | 62 | 2F |
| Octal | 274 | 3 | 357 | 25 | 143 | 0 | 6 | 437 | 142 | 57 |
| Binary | 10111100 | 11 | 11101111 | 10101 | 1100011 | 0 | 110 | 100011111 | 1100010 | 101111 |
Color Harmonies of #BC03EF
Complementary color
Monochromatic Colors of #BC03EF
Black with #BC03EF
Text Example
Text Example
White with #BC03EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC03EF; }
p { color: rgb(188,3,239); }
H1.HeaderClassName
{
color: #BC03EF;
}
.AnyTagClassName
{
color: #BC03EF;
}
</style>
background-color css
<style>
a { background-color: #BC03EF; }
a { background-color: rgb(188,3,239); }
div.DivClassName
{
background-color: #BC03EF;
}
.BgClassName
{
background-color: #BC03EF;
}
</style>
border-color css
<style>
span { border-color: #BC03EF; }
span { border-color: rgb(188,3,239); }
td.TdClassName
{
border-color: #BC03EF;
}
.TagClassName
{
border-color: #BC03EF;
}
</style>