Shades of Electric Purple #B500ED
Tints of Electric Purple #B500ED
RGB
CMYK
RGB Variations
Color information
#B500ED (or 0xB500ED) is known color: Electric Purple. HEX triplet: B5, 00 and ED. RGB value is (181,0,237). Sum of RGB (Red+Green+Blue) = 181+0+237=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 0 (0.39% from 255 or 0% from 418); Blue value is 237 (92.97% from 255 or 56.70% from 418); Max value from RGB is 237 - color contains mainly: blue. Hex color #B500ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B500ED is #4AFF12. Grayscale: #505050. Windows color (decimal): -4914963 or 15532213. OLE color: 15532213.
HSL color Cylindrical-coordinate representation of color #B500ED: hue angle of 285.82º 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 #B500ED is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 0 | 237 | - |
| CMYK | 0.24 | 1 | 0 | 0.07 |
| HSL | 285.82º | 1% | 0.46% | - |
| HSV(B) | 285.82º | 1% | 0.93% | - |
| XYZ | 34.34 | 15.94 | 81.39 | - |
| YUV | 81.14 | 215.97 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 0 | 237 | 0.24 | 1 | 0 | 0.07 | 285.82 | 1 | 0.46 |
| Hex | B5 | 0 | ED | 18 | 64 | 0 | 7 | 11E | 64 | 2E |
| Octal | 265 | 0 | 355 | 30 | 144 | 0 | 7 | 436 | 144 | 56 |
| Binary | 10110101 | 0 | 11101101 | 11000 | 1100100 | 0 | 111 | 100011110 | 1100100 | 101110 |
Color Harmonies of #B500ED
Complementary color
Monochromatic Colors of #B500ED
Black with #B500ED
Text Example
Text Example
White with #B500ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B500ED; }
p { color: rgb(181,0,237); }
H1.HeaderClassName
{
color: #B500ED;
}
.AnyTagClassName
{
color: #B500ED;
}
</style>
background-color css
<style>
a { background-color: #B500ED; }
a { background-color: rgb(181,0,237); }
div.DivClassName
{
background-color: #B500ED;
}
.BgClassName
{
background-color: #B500ED;
}
</style>
border-color css
<style>
span { border-color: #B500ED; }
span { border-color: rgb(181,0,237); }
td.TdClassName
{
border-color: #B500ED;
}
.TagClassName
{
border-color: #B500ED;
}
</style>