Shades of Electric Purple #B008EC
Tints of Electric Purple #B008EC
RGB
CMYK
RGB Variations
Color information
#B008EC (or 0xB008EC) is known color: Electric Purple. HEX triplet: B0, 08 and EC. RGB value is (176,8,236). Sum of RGB (Red+Green+Blue) = 176+8+236=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 8 (3.52% from 255 or 1.90% from 420); Blue value is 236 (92.58% from 255 or 56.19% from 420); Max value from RGB is 236 - color contains mainly: blue. Hex color #B008EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B008EC is #4FF713. Grayscale: #535353. Windows color (decimal): -5240596 or 15468720. OLE color: 15468720.
HSL color Cylindrical-coordinate representation of color #B008EC: hue angle of 284.21º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B008EC is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 8 | 236 | - |
| CMYK | 0.25 | 0.97 | 0 | 0.07 |
| HSL | 284.21º | 0.93% | 0.48% | - |
| HSV(B) | 284.21º | 0.97% | 0.93% | - |
| XYZ | 33.13 | 15.46 | 80.59 | - |
| YUV | 84.22 | 213.66 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 8 | 236 | 0.25 | 0.97 | 0 | 0.07 | 284.21 | 0.93 | 0.48 |
| Hex | B0 | 8 | EC | 19 | 61 | 0 | 7 | 11C | 5D | 30 |
| Octal | 260 | 10 | 354 | 31 | 141 | 0 | 7 | 434 | 135 | 60 |
| Binary | 10110000 | 1000 | 11101100 | 11001 | 1100001 | 0 | 111 | 100011100 | 1011101 | 110000 |
Color Harmonies of #B008EC
Complementary color
Monochromatic Colors of #B008EC
Black with #B008EC
Text Example
Text Example
White with #B008EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B008EC; }
p { color: rgb(176,8,236); }
H1.HeaderClassName
{
color: #B008EC;
}
.AnyTagClassName
{
color: #B008EC;
}
</style>
background-color css
<style>
a { background-color: #B008EC; }
a { background-color: rgb(176,8,236); }
div.DivClassName
{
background-color: #B008EC;
}
.BgClassName
{
background-color: #B008EC;
}
</style>
border-color css
<style>
span { border-color: #B008EC; }
span { border-color: rgb(176,8,236); }
td.TdClassName
{
border-color: #B008EC;
}
.TagClassName
{
border-color: #B008EC;
}
</style>