Shades of Electric Purple #B003EC
Tints of Electric Purple #B003EC
RGB
CMYK
RGB Variations
Color information
#B003EC (or 0xB003EC) is known color: Electric Purple. HEX triplet: B0, 03 and EC. RGB value is (176,3,236). Sum of RGB (Red+Green+Blue) = 176+3+236=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 3 (1.56% from 255 or 0.72% from 415); Blue value is 236 (92.58% from 255 or 56.87% from 415); Max value from RGB is 236 - color contains mainly: blue. Hex color #B003EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B003EC is #4FFC13. Grayscale: #505050. Windows color (decimal): -5241876 or 15467440. OLE color: 15467440.
HSL color Cylindrical-coordinate representation of color #B003EC: hue angle of 284.55º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B003EC is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 3 | 236 | - |
| CMYK | 0.25 | 0.99 | 0 | 0.07 |
| HSL | 284.55º | 0.97% | 0.47% | - |
| HSV(B) | 284.55º | 0.99% | 0.93% | - |
| XYZ | 33.08 | 15.35 | 80.58 | - |
| YUV | 81.29 | 215.31 | 195.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 3 | 236 | 0.25 | 0.99 | 0 | 0.07 | 284.55 | 0.97 | 0.47 |
| Hex | B0 | 3 | EC | 19 | 63 | 0 | 7 | 11D | 61 | 2F |
| Octal | 260 | 3 | 354 | 31 | 143 | 0 | 7 | 435 | 141 | 57 |
| Binary | 10110000 | 11 | 11101100 | 11001 | 1100011 | 0 | 111 | 100011101 | 1100001 | 101111 |
Color Harmonies of #B003EC
Complementary color
Monochromatic Colors of #B003EC
Black with #B003EC
Text Example
Text Example
White with #B003EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B003EC; }
p { color: rgb(176,3,236); }
H1.HeaderClassName
{
color: #B003EC;
}
.AnyTagClassName
{
color: #B003EC;
}
</style>
background-color css
<style>
a { background-color: #B003EC; }
a { background-color: rgb(176,3,236); }
div.DivClassName
{
background-color: #B003EC;
}
.BgClassName
{
background-color: #B003EC;
}
</style>
border-color css
<style>
span { border-color: #B003EC; }
span { border-color: rgb(176,3,236); }
td.TdClassName
{
border-color: #B003EC;
}
.TagClassName
{
border-color: #B003EC;
}
</style>