Shades of Electric Purple #B000E5
Tints of Electric Purple #B000E5
RGB
CMYK
RGB Variations
Color information
#B000E5 (or 0xB000E5) is known color: Electric Purple. HEX triplet: B0, 00 and E5. RGB value is (176,0,229). Sum of RGB (Red+Green+Blue) = 176+0+229=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 0 (0.39% from 255 or 0% from 405); Blue value is 229 (89.84% from 255 or 56.54% from 405); Max value from RGB is 229 - color contains mainly: blue. Hex color #B000E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B000E5 is #4FFF1A. Grayscale: #4D4D4D. Windows color (decimal): -5242651 or 15007920. OLE color: 15007920.
HSL color Cylindrical-coordinate representation of color #B000E5: hue angle of 286.11º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B000E5 is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 0 | 229 | - |
| CMYK | 0.23 | 1 | 0 | 0.10 |
| HSL | 286.11º | 1% | 0.45% | - |
| HSV(B) | 286.11º | 1% | 0.9% | - |
| XYZ | 32.05 | 14.89 | 75.31 | - |
| YUV | 78.73 | 212.81 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 0 | 229 | 0.23 | 1 | 0 | 0.10 | 286.11 | 1 | 0.45 |
| Hex | B0 | 0 | E5 | 17 | 64 | 0 | A | 11E | 64 | 2D |
| Octal | 260 | 0 | 345 | 27 | 144 | 0 | 12 | 436 | 144 | 55 |
| Binary | 10110000 | 0 | 11100101 | 10111 | 1100100 | 0 | 1010 | 100011110 | 1100100 | 101101 |
Color Harmonies of #B000E5
Complementary color
Monochromatic Colors of #B000E5
Black with #B000E5
Text Example
Text Example
White with #B000E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B000E5; }
p { color: rgb(176,0,229); }
H1.HeaderClassName
{
color: #B000E5;
}
.AnyTagClassName
{
color: #B000E5;
}
</style>
background-color css
<style>
a { background-color: #B000E5; }
a { background-color: rgb(176,0,229); }
div.DivClassName
{
background-color: #B000E5;
}
.BgClassName
{
background-color: #B000E5;
}
</style>
border-color css
<style>
span { border-color: #B000E5; }
span { border-color: rgb(176,0,229); }
td.TdClassName
{
border-color: #B000E5;
}
.TagClassName
{
border-color: #B000E5;
}
</style>