Shades of Electric Purple #B005EC
Tints of Electric Purple #B005EC
RGB
CMYK
RGB Variations
Color information
#B005EC (or 0xB005EC) is known color: Electric Purple. HEX triplet: B0, 05 and EC. RGB value is (176,5,236). Sum of RGB (Red+Green+Blue) = 176+5+236=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 5 (2.34% from 255 or 1.20% from 417); Blue value is 236 (92.58% from 255 or 56.59% from 417); Max value from RGB is 236 - color contains mainly: blue. Hex color #B005EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B005EC is #4FFA13. Grayscale: #515151. Windows color (decimal): -5241364 or 15467952. OLE color: 15467952.
HSL color Cylindrical-coordinate representation of color #B005EC: hue angle of 284.42º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B005EC is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 5 | 236 | - |
| CMYK | 0.25 | 0.98 | 0 | 0.07 |
| HSL | 284.42º | 0.96% | 0.47% | - |
| HSV(B) | 284.42º | 0.98% | 0.93% | - |
| XYZ | 33.1 | 15.39 | 80.58 | - |
| YUV | 82.46 | 214.65 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 5 | 236 | 0.25 | 0.98 | 0 | 0.07 | 284.42 | 0.96 | 0.47 |
| Hex | B0 | 5 | EC | 19 | 62 | 0 | 7 | 11C | 60 | 2F |
| Octal | 260 | 5 | 354 | 31 | 142 | 0 | 7 | 434 | 140 | 57 |
| Binary | 10110000 | 101 | 11101100 | 11001 | 1100010 | 0 | 111 | 100011100 | 1100000 | 101111 |
Color Harmonies of #B005EC
Complementary color
Monochromatic Colors of #B005EC
Black with #B005EC
Text Example
Text Example
White with #B005EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B005EC; }
p { color: rgb(176,5,236); }
H1.HeaderClassName
{
color: #B005EC;
}
.AnyTagClassName
{
color: #B005EC;
}
</style>
background-color css
<style>
a { background-color: #B005EC; }
a { background-color: rgb(176,5,236); }
div.DivClassName
{
background-color: #B005EC;
}
.BgClassName
{
background-color: #B005EC;
}
</style>
border-color css
<style>
span { border-color: #B005EC; }
span { border-color: rgb(176,5,236); }
td.TdClassName
{
border-color: #B005EC;
}
.TagClassName
{
border-color: #B005EC;
}
</style>