Shades of Electric Purple #B008EF
Tints of Electric Purple #B008EF
RGB
CMYK
RGB Variations
Color information
#B008EF (or 0xB008EF) is known color: Electric Purple. HEX triplet: B0, 08 and EF. RGB value is (176,8,239). Sum of RGB (Red+Green+Blue) = 176+8+239=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 8 (3.52% from 255 or 1.89% from 423); Blue value is 239 (93.75% from 255 or 56.50% from 423); Max value from RGB is 239 - color contains mainly: blue. Hex color #B008EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B008EF is #4FF710. Grayscale: #535353. Windows color (decimal): -5240593 or 15665328. OLE color: 15665328.
HSL color Cylindrical-coordinate representation of color #B008EF: hue angle of 283.64º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B008EF is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 8 | 239 | - |
| CMYK | 0.26 | 0.97 | 0 | 0.06 |
| HSL | 283.64º | 0.94% | 0.48% | - |
| HSV(B) | 283.64º | 0.97% | 0.94% | - |
| XYZ | 33.57 | 15.64 | 82.91 | - |
| YUV | 84.57 | 215.16 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 8 | 239 | 0.26 | 0.97 | 0 | 0.06 | 283.64 | 0.94 | 0.48 |
| Hex | B0 | 8 | EF | 1A | 61 | 0 | 6 | 11C | 5E | 30 |
| Octal | 260 | 10 | 357 | 32 | 141 | 0 | 6 | 434 | 136 | 60 |
| Binary | 10110000 | 1000 | 11101111 | 11010 | 1100001 | 0 | 110 | 100011100 | 1011110 | 110000 |
Color Harmonies of #B008EF
Complementary color
Monochromatic Colors of #B008EF
Black with #B008EF
Text Example
Text Example
White with #B008EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B008EF; }
p { color: rgb(176,8,239); }
H1.HeaderClassName
{
color: #B008EF;
}
.AnyTagClassName
{
color: #B008EF;
}
</style>
background-color css
<style>
a { background-color: #B008EF; }
a { background-color: rgb(176,8,239); }
div.DivClassName
{
background-color: #B008EF;
}
.BgClassName
{
background-color: #B008EF;
}
</style>
border-color css
<style>
span { border-color: #B008EF; }
span { border-color: rgb(176,8,239); }
td.TdClassName
{
border-color: #B008EF;
}
.TagClassName
{
border-color: #B008EF;
}
</style>