Shades of Electric Purple #B501ED
Tints of Electric Purple #B501ED
RGB
CMYK
RGB Variations
Color information
#B501ED (or 0xB501ED) is known color: Electric Purple. HEX triplet: B5, 01 and ED. RGB value is (181,1,237). Sum of RGB (Red+Green+Blue) = 181+1+237=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 1 (0.78% from 255 or 0.24% from 419); Blue value is 237 (92.97% from 255 or 56.56% from 419); Max value from RGB is 237 - color contains mainly: blue. Hex color #B501ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B501ED is #4AFE12. Grayscale: #505050. Windows color (decimal): -4914707 or 15532469. OLE color: 15532469.
HSL color Cylindrical-coordinate representation of color #B501ED: hue angle of 285.76º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B501ED is Cyan = 0.24, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 1 | 237 | - |
| CMYK | 0.24 | 1.00 | 0 | 0.07 |
| HSL | 285.76º | 0.99% | 0.47% | - |
| HSV(B) | 285.76º | 1% | 0.93% | - |
| XYZ | 34.35 | 15.96 | 81.39 | - |
| YUV | 81.72 | 215.63 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 1 | 237 | 0.24 | 1.00 | 0 | 0.07 | 285.76 | 0.99 | 0.47 |
| Hex | B5 | 1 | ED | 18 | 64 | 0 | 7 | 11E | 63 | 2F |
| Octal | 265 | 1 | 355 | 30 | 144 | 0 | 7 | 436 | 143 | 57 |
| Binary | 10110101 | 1 | 11101101 | 11000 | 1100100 | 0 | 111 | 100011110 | 1100011 | 101111 |
Color Harmonies of #B501ED
Complementary color
Monochromatic Colors of #B501ED
Black with #B501ED
Text Example
Text Example
White with #B501ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B501ED; }
p { color: rgb(181,1,237); }
H1.HeaderClassName
{
color: #B501ED;
}
.AnyTagClassName
{
color: #B501ED;
}
</style>
background-color css
<style>
a { background-color: #B501ED; }
a { background-color: rgb(181,1,237); }
div.DivClassName
{
background-color: #B501ED;
}
.BgClassName
{
background-color: #B501ED;
}
</style>
border-color css
<style>
span { border-color: #B501ED; }
span { border-color: rgb(181,1,237); }
td.TdClassName
{
border-color: #B501ED;
}
.TagClassName
{
border-color: #B501ED;
}
</style>