Shades of Electric Purple #B824ED
Tints of Electric Purple #B824ED
RGB
CMYK
RGB Variations
Color information
#B824ED (or 0xB824ED) is known color: Electric Purple. HEX triplet: B8, 24 and ED. RGB value is (184,36,237). Sum of RGB (Red+Green+Blue) = 184+36+237=457 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.26% from 457); Green value is 36 (14.45% from 255 or 7.88% from 457); Blue value is 237 (92.97% from 255 or 51.86% from 457); Max value from RGB is 237 - color contains mainly: blue. Hex color #B824ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B824ED is #47DB12. Grayscale: #666666. Windows color (decimal): -4709139 or 15541432. OLE color: 15541432.
HSL color Cylindrical-coordinate representation of color #B824ED: hue angle of 284.18º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B824ED is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 36 | 237 | - |
| CMYK | 0.22 | 0.85 | 0 | 0.07 |
| HSL | 284.18º | 0.85% | 0.54% | - |
| HSV(B) | 284.18º | 0.85% | 0.93% | - |
| XYZ | 35.68 | 17.57 | 81.63 | - |
| YUV | 103.17 | 203.53 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 36 | 237 | 0.22 | 0.85 | 0 | 0.07 | 284.18 | 0.85 | 0.54 |
| Hex | B8 | 24 | ED | 16 | 55 | 0 | 7 | 11C | 55 | 36 |
| Octal | 270 | 44 | 355 | 26 | 125 | 0 | 7 | 434 | 125 | 66 |
| Binary | 10111000 | 100100 | 11101101 | 10110 | 1010101 | 0 | 111 | 100011100 | 1010101 | 110110 |
Color Harmonies of #B824ED
Complementary color
Monochromatic Colors of #B824ED
Black with #B824ED
Text Example
Text Example
White with #B824ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B824ED; }
p { color: rgb(184,36,237); }
H1.HeaderClassName
{
color: #B824ED;
}
.AnyTagClassName
{
color: #B824ED;
}
</style>
background-color css
<style>
a { background-color: #B824ED; }
a { background-color: rgb(184,36,237); }
div.DivClassName
{
background-color: #B824ED;
}
.BgClassName
{
background-color: #B824ED;
}
</style>
border-color css
<style>
span { border-color: #B824ED; }
span { border-color: rgb(184,36,237); }
td.TdClassName
{
border-color: #B824ED;
}
.TagClassName
{
border-color: #B824ED;
}
</style>