Shades of Electric Purple #B008E6
Tints of Electric Purple #B008E6
RGB
CMYK
RGB Variations
Color information
#B008E6 (or 0xB008E6) is known color: Electric Purple. HEX triplet: B0, 08 and E6. RGB value is (176,8,230). Sum of RGB (Red+Green+Blue) = 176+8+230=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 8 (3.52% from 255 or 1.93% from 414); Blue value is 230 (90.23% from 255 or 55.56% from 414); Max value from RGB is 230 - color contains mainly: blue. Hex color #B008E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B008E6 is #4FF719. Grayscale: #525252. Windows color (decimal): -5240602 or 15075504. OLE color: 15075504.
HSL color Cylindrical-coordinate representation of color #B008E6: hue angle of 285.41º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B008E6 is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 8 | 230 | - |
| CMYK | 0.23 | 0.97 | 0 | 0.10 |
| HSL | 285.41º | 0.93% | 0.47% | - |
| HSV(B) | 285.41º | 0.97% | 0.9% | - |
| XYZ | 32.27 | 15.12 | 76.08 | - |
| YUV | 83.54 | 210.66 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 8 | 230 | 0.23 | 0.97 | 0 | 0.10 | 285.41 | 0.93 | 0.47 |
| Hex | B0 | 8 | E6 | 17 | 61 | 0 | A | 11D | 5D | 2F |
| Octal | 260 | 10 | 346 | 27 | 141 | 0 | 12 | 435 | 135 | 57 |
| Binary | 10110000 | 1000 | 11100110 | 10111 | 1100001 | 0 | 1010 | 100011101 | 1011101 | 101111 |
Color Harmonies of #B008E6
Complementary color
Monochromatic Colors of #B008E6
Black with #B008E6
Text Example
Text Example
White with #B008E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B008E6; }
p { color: rgb(176,8,230); }
H1.HeaderClassName
{
color: #B008E6;
}
.AnyTagClassName
{
color: #B008E6;
}
</style>
background-color css
<style>
a { background-color: #B008E6; }
a { background-color: rgb(176,8,230); }
div.DivClassName
{
background-color: #B008E6;
}
.BgClassName
{
background-color: #B008E6;
}
</style>
border-color css
<style>
span { border-color: #B008E6; }
span { border-color: rgb(176,8,230); }
td.TdClassName
{
border-color: #B008E6;
}
.TagClassName
{
border-color: #B008E6;
}
</style>