Shades of Electric Purple #B805ED
Tints of Electric Purple #B805ED
RGB
CMYK
RGB Variations
Color information
#B805ED (or 0xB805ED) is known color: Electric Purple. HEX triplet: B8, 05 and ED. RGB value is (184,5,237). Sum of RGB (Red+Green+Blue) = 184+5+237=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 5 (2.34% from 255 or 1.17% from 426); Blue value is 237 (92.97% from 255 or 55.63% from 426); Max value from RGB is 237 - color contains mainly: blue. Hex color #B805ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B805ED is #47FA12. Grayscale: #545454. Windows color (decimal): -4717075 or 15533496. OLE color: 15533496.
HSL color Cylindrical-coordinate representation of color #B805ED: hue angle of 286.29º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B805ED is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 5 | 237 | - |
| CMYK | 0.22 | 0.98 | 0 | 0.07 |
| HSL | 286.29º | 0.96% | 0.47% | - |
| HSV(B) | 286.29º | 0.98% | 0.93% | - |
| XYZ | 35.11 | 16.41 | 81.44 | - |
| YUV | 84.97 | 213.8 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 5 | 237 | 0.22 | 0.98 | 0 | 0.07 | 286.29 | 0.96 | 0.47 |
| Hex | B8 | 5 | ED | 16 | 62 | 0 | 7 | 11E | 60 | 2F |
| Octal | 270 | 5 | 355 | 26 | 142 | 0 | 7 | 436 | 140 | 57 |
| Binary | 10111000 | 101 | 11101101 | 10110 | 1100010 | 0 | 111 | 100011110 | 1100000 | 101111 |
Color Harmonies of #B805ED
Complementary color
Monochromatic Colors of #B805ED
Black with #B805ED
Text Example
Text Example
White with #B805ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B805ED; }
p { color: rgb(184,5,237); }
H1.HeaderClassName
{
color: #B805ED;
}
.AnyTagClassName
{
color: #B805ED;
}
</style>
background-color css
<style>
a { background-color: #B805ED; }
a { background-color: rgb(184,5,237); }
div.DivClassName
{
background-color: #B805ED;
}
.BgClassName
{
background-color: #B805ED;
}
</style>
border-color css
<style>
span { border-color: #B805ED; }
span { border-color: rgb(184,5,237); }
td.TdClassName
{
border-color: #B805ED;
}
.TagClassName
{
border-color: #B805ED;
}
</style>