Shades of Electric Purple #B000ED
Tints of Electric Purple #B000ED
RGB
CMYK
RGB Variations
Color information
#B000ED (or 0xB000ED) is known color: Electric Purple. HEX triplet: B0, 00 and ED. RGB value is (176,0,237). Sum of RGB (Red+Green+Blue) = 176+0+237=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 0 (0.39% from 255 or 0% from 413); Blue value is 237 (92.97% from 255 or 57.38% from 413); Max value from RGB is 237 - color contains mainly: blue. Hex color #B000ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B000ED is #4FFF12. Grayscale: #4E4E4E. Windows color (decimal): -5242643 or 15532208. OLE color: 15532208.
HSL color Cylindrical-coordinate representation of color #B000ED: hue angle of 284.56º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B000ED is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 0 | 237 | - |
| CMYK | 0.26 | 1 | 0 | 0.07 |
| HSL | 284.56º | 1% | 0.46% | - |
| HSV(B) | 284.56º | 1% | 0.93% | - |
| XYZ | 33.19 | 15.34 | 81.33 | - |
| YUV | 79.64 | 216.81 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 0 | 237 | 0.26 | 1 | 0 | 0.07 | 284.56 | 1 | 0.46 |
| Hex | B0 | 0 | ED | 1A | 64 | 0 | 7 | 11D | 64 | 2E |
| Octal | 260 | 0 | 355 | 32 | 144 | 0 | 7 | 435 | 144 | 56 |
| Binary | 10110000 | 0 | 11101101 | 11010 | 1100100 | 0 | 111 | 100011101 | 1100100 | 101110 |
Color Harmonies of #B000ED
Complementary color
Monochromatic Colors of #B000ED
Black with #B000ED
Text Example
Text Example
White with #B000ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B000ED; }
p { color: rgb(176,0,237); }
H1.HeaderClassName
{
color: #B000ED;
}
.AnyTagClassName
{
color: #B000ED;
}
</style>
background-color css
<style>
a { background-color: #B000ED; }
a { background-color: rgb(176,0,237); }
div.DivClassName
{
background-color: #B000ED;
}
.BgClassName
{
background-color: #B000ED;
}
</style>
border-color css
<style>
span { border-color: #B000ED; }
span { border-color: rgb(176,0,237); }
td.TdClassName
{
border-color: #B000ED;
}
.TagClassName
{
border-color: #B000ED;
}
</style>