Shades of Electric Purple #B828EF
Tints of Electric Purple #B828EF
RGB
CMYK
RGB Variations
Color information
#B828EF (or 0xB828EF) is known color: Electric Purple. HEX triplet: B8, 28 and EF. RGB value is (184,40,239). Sum of RGB (Red+Green+Blue) = 184+40+239=463 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.74% from 463); Green value is 40 (16.02% from 255 or 8.64% from 463); Blue value is 239 (93.75% from 255 or 51.62% from 463); Max value from RGB is 239 - color contains mainly: blue. Hex color #B828EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B828EF is #47D710. Grayscale: #696969. Windows color (decimal): -4708113 or 15673528. OLE color: 15673528.
HSL color Cylindrical-coordinate representation of color #B828EF: hue angle of 283.42º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B828EF is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 40 | 239 | - |
| CMYK | 0.23 | 0.83 | 0 | 0.06 |
| HSL | 283.42º | 0.86% | 0.55% | - |
| HSV(B) | 283.42º | 0.83% | 0.94% | - |
| XYZ | 36.11 | 17.94 | 83.22 | - |
| YUV | 105.74 | 203.21 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 40 | 239 | 0.23 | 0.83 | 0 | 0.06 | 283.42 | 0.86 | 0.55 |
| Hex | B8 | 28 | EF | 17 | 53 | 0 | 6 | 11B | 56 | 37 |
| Octal | 270 | 50 | 357 | 27 | 123 | 0 | 6 | 433 | 126 | 67 |
| Binary | 10111000 | 101000 | 11101111 | 10111 | 1010011 | 0 | 110 | 100011011 | 1010110 | 110111 |
Color Harmonies of #B828EF
Complementary color
Monochromatic Colors of #B828EF
Black with #B828EF
Text Example
Text Example
White with #B828EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B828EF; }
p { color: rgb(184,40,239); }
H1.HeaderClassName
{
color: #B828EF;
}
.AnyTagClassName
{
color: #B828EF;
}
</style>
background-color css
<style>
a { background-color: #B828EF; }
a { background-color: rgb(184,40,239); }
div.DivClassName
{
background-color: #B828EF;
}
.BgClassName
{
background-color: #B828EF;
}
</style>
border-color css
<style>
span { border-color: #B828EF; }
span { border-color: rgb(184,40,239); }
td.TdClassName
{
border-color: #B828EF;
}
.TagClassName
{
border-color: #B828EF;
}
</style>