Shades of Electric Purple #B826EA
Tints of Electric Purple #B826EA
RGB
CMYK
RGB Variations
Color information
#B826EA (or 0xB826EA) is known color: Electric Purple. HEX triplet: B8, 26 and EA. RGB value is (184,38,234). Sum of RGB (Red+Green+Blue) = 184+38+234=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 38 (15.23% from 255 or 8.33% from 456); Blue value is 234 (91.80% from 255 or 51.32% from 456); Max value from RGB is 234 - color contains mainly: blue. Hex color #B826EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B826EA is #47D915. Grayscale: #676767. Windows color (decimal): -4708630 or 15345336. OLE color: 15345336.
HSL color Cylindrical-coordinate representation of color #B826EA: hue angle of 284.69º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B826EA is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 184 | 38 | 234 | - |
| CMYK | 0.21 | 0.84 | 0 | 0.08 |
| HSL | 284.69º | 0.82% | 0.53% | - |
| HSV(B) | 284.69º | 0.84% | 0.92% | - |
| XYZ | 35.31 | 17.52 | 79.36 | - |
| YUV | 104 | 201.37 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 38 | 234 | 0.21 | 0.84 | 0 | 0.08 | 284.69 | 0.82 | 0.53 |
| Hex | B8 | 26 | EA | 15 | 54 | 0 | 8 | 11D | 52 | 35 |
| Octal | 270 | 46 | 352 | 25 | 124 | 0 | 10 | 435 | 122 | 65 |
| Binary | 10111000 | 100110 | 11101010 | 10101 | 1010100 | 0 | 1000 | 100011101 | 1010010 | 110101 |
Color Harmonies of #B826EA
Complementary color
Monochromatic Colors of #B826EA
Black with #B826EA
Text Example
Text Example
White with #B826EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B826EA; }
p { color: rgb(184,38,234); }
H1.HeaderClassName
{
color: #B826EA;
}
.AnyTagClassName
{
color: #B826EA;
}
</style>
background-color css
<style>
a { background-color: #B826EA; }
a { background-color: rgb(184,38,234); }
div.DivClassName
{
background-color: #B826EA;
}
.BgClassName
{
background-color: #B826EA;
}
</style>
border-color css
<style>
span { border-color: #B826EA; }
span { border-color: rgb(184,38,234); }
td.TdClassName
{
border-color: #B826EA;
}
.TagClassName
{
border-color: #B826EA;
}
</style>