Shades of Electric Purple #B828EB
Tints of Electric Purple #B828EB
RGB
CMYK
RGB Variations
Color information
#B828EB (or 0xB828EB) is known color: Electric Purple. HEX triplet: B8, 28 and EB. RGB value is (184,40,235). Sum of RGB (Red+Green+Blue) = 184+40+235=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 40 (16.02% from 255 or 8.71% from 459); Blue value is 235 (92.19% from 255 or 51.20% from 459); Max value from RGB is 235 - color contains mainly: blue. Hex color #B828EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B828EB is #47D714. Grayscale: #686868. Windows color (decimal): -4708117 or 15411384. OLE color: 15411384.
HSL color Cylindrical-coordinate representation of color #B828EB: hue angle of 284.31º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B828EB is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 184 | 40 | 235 | - |
| CMYK | 0.22 | 0.83 | 0 | 0.08 |
| HSL | 284.31º | 0.83% | 0.54% | - |
| HSV(B) | 284.31º | 0.83% | 0.92% | - |
| XYZ | 35.52 | 17.71 | 80.14 | - |
| YUV | 105.29 | 201.21 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 40 | 235 | 0.22 | 0.83 | 0 | 0.08 | 284.31 | 0.83 | 0.54 |
| Hex | B8 | 28 | EB | 16 | 53 | 0 | 8 | 11C | 53 | 36 |
| Octal | 270 | 50 | 353 | 26 | 123 | 0 | 10 | 434 | 123 | 66 |
| Binary | 10111000 | 101000 | 11101011 | 10110 | 1010011 | 0 | 1000 | 100011100 | 1010011 | 110110 |
Color Harmonies of #B828EB
Complementary color
Monochromatic Colors of #B828EB
Black with #B828EB
Text Example
Text Example
White with #B828EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B828EB; }
p { color: rgb(184,40,235); }
H1.HeaderClassName
{
color: #B828EB;
}
.AnyTagClassName
{
color: #B828EB;
}
</style>
background-color css
<style>
a { background-color: #B828EB; }
a { background-color: rgb(184,40,235); }
div.DivClassName
{
background-color: #B828EB;
}
.BgClassName
{
background-color: #B828EB;
}
</style>
border-color css
<style>
span { border-color: #B828EB; }
span { border-color: rgb(184,40,235); }
td.TdClassName
{
border-color: #B828EB;
}
.TagClassName
{
border-color: #B828EB;
}
</style>