Shades of Electric Purple #B826EC
Tints of Electric Purple #B826EC
RGB
CMYK
RGB Variations
Color information
#B826EC (or 0xB826EC) is known color: Electric Purple. HEX triplet: B8, 26 and EC. RGB value is (184,38,236). Sum of RGB (Red+Green+Blue) = 184+38+236=458 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.17% from 458); Green value is 38 (15.23% from 255 or 8.30% from 458); Blue value is 236 (92.58% from 255 or 51.53% from 458); Max value from RGB is 236 - color contains mainly: blue. Hex color #B826EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B826EC is #47D913. Grayscale: #676767. Windows color (decimal): -4708628 or 15476408. OLE color: 15476408.
HSL color Cylindrical-coordinate representation of color #B826EC: hue angle of 284.24º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B826EC is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 38 | 236 | - |
| CMYK | 0.22 | 0.84 | 0 | 0.07 |
| HSL | 284.24º | 0.84% | 0.54% | - |
| HSV(B) | 284.24º | 0.84% | 0.93% | - |
| XYZ | 35.6 | 17.63 | 80.88 | - |
| YUV | 104.23 | 202.37 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 38 | 236 | 0.22 | 0.84 | 0 | 0.07 | 284.24 | 0.84 | 0.54 |
| Hex | B8 | 26 | EC | 16 | 54 | 0 | 7 | 11C | 54 | 36 |
| Octal | 270 | 46 | 354 | 26 | 124 | 0 | 7 | 434 | 124 | 66 |
| Binary | 10111000 | 100110 | 11101100 | 10110 | 1010100 | 0 | 111 | 100011100 | 1010100 | 110110 |
Color Harmonies of #B826EC
Complementary color
Monochromatic Colors of #B826EC
Black with #B826EC
Text Example
Text Example
White with #B826EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B826EC; }
p { color: rgb(184,38,236); }
H1.HeaderClassName
{
color: #B826EC;
}
.AnyTagClassName
{
color: #B826EC;
}
</style>
background-color css
<style>
a { background-color: #B826EC; }
a { background-color: rgb(184,38,236); }
div.DivClassName
{
background-color: #B826EC;
}
.BgClassName
{
background-color: #B826EC;
}
</style>
border-color css
<style>
span { border-color: #B826EC; }
span { border-color: rgb(184,38,236); }
td.TdClassName
{
border-color: #B826EC;
}
.TagClassName
{
border-color: #B826EC;
}
</style>