Shades of Electric Purple #B829EE
Tints of Electric Purple #B829EE
RGB
CMYK
RGB Variations
Color information
#B829EE (or 0xB829EE) is known color: Electric Purple. HEX triplet: B8, 29 and EE. RGB value is (184,41,238). Sum of RGB (Red+Green+Blue) = 184+41+238=463 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.74% from 463); Green value is 41 (16.41% from 255 or 8.86% from 463); Blue value is 238 (93.36% from 255 or 51.40% from 463); Max value from RGB is 238 - color contains mainly: blue. Hex color #B829EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B829EE is #47D611. Grayscale: #696969. Windows color (decimal): -4707858 or 15608248. OLE color: 15608248.
HSL color Cylindrical-coordinate representation of color #B829EE: hue angle of 283.55º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B829EE is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 41 | 238 | - |
| CMYK | 0.23 | 0.83 | 0 | 0.07 |
| HSL | 283.55º | 0.85% | 0.55% | - |
| HSV(B) | 283.55º | 0.83% | 0.93% | - |
| XYZ | 35.99 | 17.95 | 82.46 | - |
| YUV | 106.22 | 202.38 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 41 | 238 | 0.23 | 0.83 | 0 | 0.07 | 283.55 | 0.85 | 0.55 |
| Hex | B8 | 29 | EE | 17 | 53 | 0 | 7 | 11C | 55 | 37 |
| Octal | 270 | 51 | 356 | 27 | 123 | 0 | 7 | 434 | 125 | 67 |
| Binary | 10111000 | 101001 | 11101110 | 10111 | 1010011 | 0 | 111 | 100011100 | 1010101 | 110111 |
Color Harmonies of #B829EE
Complementary color
Monochromatic Colors of #B829EE
Black with #B829EE
Text Example
Text Example
White with #B829EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B829EE; }
p { color: rgb(184,41,238); }
H1.HeaderClassName
{
color: #B829EE;
}
.AnyTagClassName
{
color: #B829EE;
}
</style>
background-color css
<style>
a { background-color: #B829EE; }
a { background-color: rgb(184,41,238); }
div.DivClassName
{
background-color: #B829EE;
}
.BgClassName
{
background-color: #B829EE;
}
</style>
border-color css
<style>
span { border-color: #B829EE; }
span { border-color: rgb(184,41,238); }
td.TdClassName
{
border-color: #B829EE;
}
.TagClassName
{
border-color: #B829EE;
}
</style>