Shades of Electric Purple #B828ED
Tints of Electric Purple #B828ED
RGB
CMYK
RGB Variations
Color information
#B828ED (or 0xB828ED) is known color: Electric Purple. HEX triplet: B8, 28 and ED. RGB value is (184,40,237). Sum of RGB (Red+Green+Blue) = 184+40+237=461 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.91% from 461); Green value is 40 (16.02% from 255 or 8.68% from 461); Blue value is 237 (92.97% from 255 or 51.41% from 461); Max value from RGB is 237 - color contains mainly: blue. Hex color #B828ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B828ED is #47D712. Grayscale: #686868. Windows color (decimal): -4708115 or 15542456. OLE color: 15542456.
HSL color Cylindrical-coordinate representation of color #B828ED: hue angle of 283.86º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B828ED is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 40 | 237 | - |
| CMYK | 0.22 | 0.83 | 0 | 0.07 |
| HSL | 283.86º | 0.85% | 0.54% | - |
| HSV(B) | 283.86º | 0.83% | 0.93% | - |
| XYZ | 35.81 | 17.82 | 81.67 | - |
| YUV | 105.51 | 202.21 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 40 | 237 | 0.22 | 0.83 | 0 | 0.07 | 283.86 | 0.85 | 0.54 |
| Hex | B8 | 28 | ED | 16 | 53 | 0 | 7 | 11C | 55 | 36 |
| Octal | 270 | 50 | 355 | 26 | 123 | 0 | 7 | 434 | 125 | 66 |
| Binary | 10111000 | 101000 | 11101101 | 10110 | 1010011 | 0 | 111 | 100011100 | 1010101 | 110110 |
Color Harmonies of #B828ED
Complementary color
Monochromatic Colors of #B828ED
Black with #B828ED
Text Example
Text Example
White with #B828ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B828ED; }
p { color: rgb(184,40,237); }
H1.HeaderClassName
{
color: #B828ED;
}
.AnyTagClassName
{
color: #B828ED;
}
</style>
background-color css
<style>
a { background-color: #B828ED; }
a { background-color: rgb(184,40,237); }
div.DivClassName
{
background-color: #B828ED;
}
.BgClassName
{
background-color: #B828ED;
}
</style>
border-color css
<style>
span { border-color: #B828ED; }
span { border-color: rgb(184,40,237); }
td.TdClassName
{
border-color: #B828ED;
}
.TagClassName
{
border-color: #B828ED;
}
</style>