Shades of Electric Purple #B005E4
Tints of Electric Purple #B005E4
RGB
CMYK
RGB Variations
Color information
#B005E4 (or 0xB005E4) is known color: Electric Purple. HEX triplet: B0, 05 and E4. RGB value is (176,5,228). Sum of RGB (Red+Green+Blue) = 176+5+228=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 5 (2.34% from 255 or 1.22% from 409); Blue value is 228 (89.45% from 255 or 55.75% from 409); Max value from RGB is 228 - color contains mainly: blue. Hex color #B005E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B005E4 is #4FFA1B. Grayscale: #505050. Windows color (decimal): -5241372 or 14943664. OLE color: 14943664.
HSL color Cylindrical-coordinate representation of color #B005E4: hue angle of 286.01º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B005E4 is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 5 | 228 | - |
| CMYK | 0.23 | 0.98 | 0 | 0.11 |
| HSL | 286.01º | 0.96% | 0.46% | - |
| HSV(B) | 286.01º | 0.98% | 0.89% | - |
| XYZ | 31.96 | 14.94 | 74.6 | - |
| YUV | 81.55 | 210.65 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 5 | 228 | 0.23 | 0.98 | 0 | 0.11 | 286.01 | 0.96 | 0.46 |
| Hex | B0 | 5 | E4 | 17 | 62 | 0 | B | 11E | 60 | 2E |
| Octal | 260 | 5 | 344 | 27 | 142 | 0 | 13 | 436 | 140 | 56 |
| Binary | 10110000 | 101 | 11100100 | 10111 | 1100010 | 0 | 1011 | 100011110 | 1100000 | 101110 |
Color Harmonies of #B005E4
Complementary color
Monochromatic Colors of #B005E4
Black with #B005E4
Text Example
Text Example
White with #B005E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B005E4; }
p { color: rgb(176,5,228); }
H1.HeaderClassName
{
color: #B005E4;
}
.AnyTagClassName
{
color: #B005E4;
}
</style>
background-color css
<style>
a { background-color: #B005E4; }
a { background-color: rgb(176,5,228); }
div.DivClassName
{
background-color: #B005E4;
}
.BgClassName
{
background-color: #B005E4;
}
</style>
border-color css
<style>
span { border-color: #B005E4; }
span { border-color: rgb(176,5,228); }
td.TdClassName
{
border-color: #B005E4;
}
.TagClassName
{
border-color: #B005E4;
}
</style>