Shades of Electric Purple #B826EE
Tints of Electric Purple #B826EE
RGB
CMYK
RGB Variations
Color information
#B826EE (or 0xB826EE) is known color: Electric Purple. HEX triplet: B8, 26 and EE. RGB value is (184,38,238). Sum of RGB (Red+Green+Blue) = 184+38+238=460 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40% from 460); Green value is 38 (15.23% from 255 or 8.26% from 460); Blue value is 238 (93.36% from 255 or 51.74% from 460); Max value from RGB is 238 - color contains mainly: blue. Hex color #B826EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B826EE is #47D911. Grayscale: #676767. Windows color (decimal): -4708626 or 15607480. OLE color: 15607480.
HSL color Cylindrical-coordinate representation of color #B826EE: hue angle of 283.8º 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 #B826EE is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 38 | 238 | - |
| CMYK | 0.23 | 0.84 | 0 | 0.07 |
| HSL | 283.8º | 0.85% | 0.54% | - |
| HSV(B) | 283.8º | 0.84% | 0.93% | - |
| XYZ | 35.89 | 17.75 | 82.42 | - |
| YUV | 104.45 | 203.37 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 38 | 238 | 0.23 | 0.84 | 0 | 0.07 | 283.8 | 0.85 | 0.54 |
| Hex | B8 | 26 | EE | 17 | 54 | 0 | 7 | 11C | 55 | 36 |
| Octal | 270 | 46 | 356 | 27 | 124 | 0 | 7 | 434 | 125 | 66 |
| Binary | 10111000 | 100110 | 11101110 | 10111 | 1010100 | 0 | 111 | 100011100 | 1010101 | 110110 |
Color Harmonies of #B826EE
Complementary color
Monochromatic Colors of #B826EE
Black with #B826EE
Text Example
Text Example
White with #B826EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B826EE; }
p { color: rgb(184,38,238); }
H1.HeaderClassName
{
color: #B826EE;
}
.AnyTagClassName
{
color: #B826EE;
}
</style>
background-color css
<style>
a { background-color: #B826EE; }
a { background-color: rgb(184,38,238); }
div.DivClassName
{
background-color: #B826EE;
}
.BgClassName
{
background-color: #B826EE;
}
</style>
border-color css
<style>
span { border-color: #B826EE; }
span { border-color: rgb(184,38,238); }
td.TdClassName
{
border-color: #B826EE;
}
.TagClassName
{
border-color: #B826EE;
}
</style>