Shades of Electric Purple #B008E3
Tints of Electric Purple #B008E3
RGB
CMYK
RGB Variations
Color information
#B008E3 (or 0xB008E3) is known color: Electric Purple. HEX triplet: B0, 08 and E3. RGB value is (176,8,227). Sum of RGB (Red+Green+Blue) = 176+8+227=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 8 (3.52% from 255 or 1.95% from 411); Blue value is 227 (89.06% from 255 or 55.23% from 411); Max value from RGB is 227 - color contains mainly: blue. Hex color #B008E3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B008E3 is #4FF71C. Grayscale: #525252. Windows color (decimal): -5240605 or 14878896. OLE color: 14878896.
HSL color Cylindrical-coordinate representation of color #B008E3: hue angle of 286.03º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B008E3 is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 8 | 227 | - |
| CMYK | 0.22 | 0.96 | 0 | 0.11 |
| HSL | 286.03º | 0.93% | 0.46% | - |
| HSV(B) | 286.03º | 0.96% | 0.89% | - |
| XYZ | 31.86 | 14.95 | 73.88 | - |
| YUV | 83.2 | 209.16 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 8 | 227 | 0.22 | 0.96 | 0 | 0.11 | 286.03 | 0.93 | 0.46 |
| Hex | B0 | 8 | E3 | 16 | 60 | 0 | B | 11E | 5D | 2E |
| Octal | 260 | 10 | 343 | 26 | 140 | 0 | 13 | 436 | 135 | 56 |
| Binary | 10110000 | 1000 | 11100011 | 10110 | 1100000 | 0 | 1011 | 100011110 | 1011101 | 101110 |
Color Harmonies of #B008E3
Complementary color
Monochromatic Colors of #B008E3
Black with #B008E3
Text Example
Text Example
White with #B008E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B008E3; }
p { color: rgb(176,8,227); }
H1.HeaderClassName
{
color: #B008E3;
}
.AnyTagClassName
{
color: #B008E3;
}
</style>
background-color css
<style>
a { background-color: #B008E3; }
a { background-color: rgb(176,8,227); }
div.DivClassName
{
background-color: #B008E3;
}
.BgClassName
{
background-color: #B008E3;
}
</style>
border-color css
<style>
span { border-color: #B008E3; }
span { border-color: rgb(176,8,227); }
td.TdClassName
{
border-color: #B008E3;
}
.TagClassName
{
border-color: #B008E3;
}
</style>