Shades of Electric Purple #B008EE
Tints of Electric Purple #B008EE
RGB
CMYK
RGB Variations
Color information
#B008EE (or 0xB008EE) is known color: Electric Purple. HEX triplet: B0, 08 and EE. RGB value is (176,8,238). Sum of RGB (Red+Green+Blue) = 176+8+238=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 8 (3.52% from 255 or 1.90% from 422); Blue value is 238 (93.36% from 255 or 56.40% from 422); Max value from RGB is 238 - color contains mainly: blue. Hex color #B008EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B008EE is #4FF711. Grayscale: #535353. Windows color (decimal): -5240594 or 15599792. OLE color: 15599792.
HSL color Cylindrical-coordinate representation of color #B008EE: hue angle of 283.83º 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 #B008EE is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 8 | 238 | - |
| CMYK | 0.26 | 0.97 | 0 | 0.07 |
| HSL | 283.83º | 0.93% | 0.48% | - |
| HSV(B) | 283.83º | 0.97% | 0.93% | - |
| XYZ | 33.42 | 15.58 | 82.13 | - |
| YUV | 84.45 | 214.66 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 8 | 238 | 0.26 | 0.97 | 0 | 0.07 | 283.83 | 0.93 | 0.48 |
| Hex | B0 | 8 | EE | 1A | 61 | 0 | 7 | 11C | 5D | 30 |
| Octal | 260 | 10 | 356 | 32 | 141 | 0 | 7 | 434 | 135 | 60 |
| Binary | 10110000 | 1000 | 11101110 | 11010 | 1100001 | 0 | 111 | 100011100 | 1011101 | 110000 |
Color Harmonies of #B008EE
Complementary color
Monochromatic Colors of #B008EE
Black with #B008EE
Text Example
Text Example
White with #B008EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B008EE; }
p { color: rgb(176,8,238); }
H1.HeaderClassName
{
color: #B008EE;
}
.AnyTagClassName
{
color: #B008EE;
}
</style>
background-color css
<style>
a { background-color: #B008EE; }
a { background-color: rgb(176,8,238); }
div.DivClassName
{
background-color: #B008EE;
}
.BgClassName
{
background-color: #B008EE;
}
</style>
border-color css
<style>
span { border-color: #B008EE; }
span { border-color: rgb(176,8,238); }
td.TdClassName
{
border-color: #B008EE;
}
.TagClassName
{
border-color: #B008EE;
}
</style>