Shades of Electric Purple #B826E9
Tints of Electric Purple #B826E9
RGB
CMYK
RGB Variations
Color information
#B826E9 (or 0xB826E9) is known color: Electric Purple. HEX triplet: B8, 26 and E9. RGB value is (184,38,233). Sum of RGB (Red+Green+Blue) = 184+38+233=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 38 (15.23% from 255 or 8.35% from 455); Blue value is 233 (91.41% from 255 or 51.21% from 455); Max value from RGB is 233 - color contains mainly: blue. Hex color #B826E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B826E9 is #47D916. Grayscale: #676767. Windows color (decimal): -4708631 or 15279800. OLE color: 15279800.
HSL color Cylindrical-coordinate representation of color #B826E9: hue angle of 284.92º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B826E9 is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 184 | 38 | 233 | - |
| CMYK | 0.21 | 0.84 | 0 | 0.09 |
| HSL | 284.92º | 0.82% | 0.53% | - |
| HSV(B) | 284.92º | 0.84% | 0.91% | - |
| XYZ | 35.17 | 17.46 | 78.61 | - |
| YUV | 103.88 | 200.87 | 185.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 38 | 233 | 0.21 | 0.84 | 0 | 0.09 | 284.92 | 0.82 | 0.53 |
| Hex | B8 | 26 | E9 | 15 | 54 | 0 | 9 | 11D | 52 | 35 |
| Octal | 270 | 46 | 351 | 25 | 124 | 0 | 11 | 435 | 122 | 65 |
| Binary | 10111000 | 100110 | 11101001 | 10101 | 1010100 | 0 | 1001 | 100011101 | 1010010 | 110101 |
Color Harmonies of #B826E9
Complementary color
Monochromatic Colors of #B826E9
Black with #B826E9
Text Example
Text Example
White with #B826E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B826E9; }
p { color: rgb(184,38,233); }
H1.HeaderClassName
{
color: #B826E9;
}
.AnyTagClassName
{
color: #B826E9;
}
</style>
background-color css
<style>
a { background-color: #B826E9; }
a { background-color: rgb(184,38,233); }
div.DivClassName
{
background-color: #B826E9;
}
.BgClassName
{
background-color: #B826E9;
}
</style>
border-color css
<style>
span { border-color: #B826E9; }
span { border-color: rgb(184,38,233); }
td.TdClassName
{
border-color: #B826E9;
}
.TagClassName
{
border-color: #B826E9;
}
</style>