Shades of Electric Purple #B826ED
Tints of Electric Purple #B826ED
RGB
CMYK
RGB Variations
Color information
#B826ED (or 0xB826ED) is known color: Electric Purple. HEX triplet: B8, 26 and ED. RGB value is (184,38,237). Sum of RGB (Red+Green+Blue) = 184+38+237=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 38 (15.23% from 255 or 8.28% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #B826ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B826ED is #47D912. Grayscale: #676767. Windows color (decimal): -4708627 or 15541944. OLE color: 15541944.
HSL color Cylindrical-coordinate representation of color #B826ED: hue angle of 284.02º degrees, saturation: 0.85, 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 #B826ED is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 38 | 237 | - |
| CMYK | 0.22 | 0.84 | 0 | 0.07 |
| HSL | 284.02º | 0.85% | 0.54% | - |
| HSV(B) | 284.02º | 0.84% | 0.93% | - |
| XYZ | 35.75 | 17.69 | 81.65 | - |
| YUV | 104.34 | 202.87 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 38 | 237 | 0.22 | 0.84 | 0 | 0.07 | 284.02 | 0.85 | 0.54 |
| Hex | B8 | 26 | ED | 16 | 54 | 0 | 7 | 11C | 55 | 36 |
| Octal | 270 | 46 | 355 | 26 | 124 | 0 | 7 | 434 | 125 | 66 |
| Binary | 10111000 | 100110 | 11101101 | 10110 | 1010100 | 0 | 111 | 100011100 | 1010101 | 110110 |
Color Harmonies of #B826ED
Complementary color
Monochromatic Colors of #B826ED
Black with #B826ED
Text Example
Text Example
White with #B826ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B826ED; }
p { color: rgb(184,38,237); }
H1.HeaderClassName
{
color: #B826ED;
}
.AnyTagClassName
{
color: #B826ED;
}
</style>
background-color css
<style>
a { background-color: #B826ED; }
a { background-color: rgb(184,38,237); }
div.DivClassName
{
background-color: #B826ED;
}
.BgClassName
{
background-color: #B826ED;
}
</style>
border-color css
<style>
span { border-color: #B826ED; }
span { border-color: rgb(184,38,237); }
td.TdClassName
{
border-color: #B826ED;
}
.TagClassName
{
border-color: #B826ED;
}
</style>