Shades of Electric Purple #B821E5
Tints of Electric Purple #B821E5
RGB
CMYK
RGB Variations
Color information
#B821E5 (or 0xB821E5) is known color: Electric Purple. HEX triplet: B8, 21 and E5. RGB value is (184,33,229). Sum of RGB (Red+Green+Blue) = 184+33+229=446 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.26% from 446); Green value is 33 (13.28% from 255 or 7.40% from 446); Blue value is 229 (89.84% from 255 or 51.35% from 446); Max value from RGB is 229 - color contains mainly: blue. Hex color #B821E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B821E5 is #47DE1A. Grayscale: #636363. Windows color (decimal): -4709915 or 15016376. OLE color: 15016376.
HSL color Cylindrical-coordinate representation of color #B821E5: hue angle of 286.22º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B821E5 is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 184 | 33 | 229 | - |
| CMYK | 0.20 | 0.86 | 0 | 0.10 |
| HSL | 286.22º | 0.79% | 0.51% | - |
| HSV(B) | 286.22º | 0.86% | 0.9% | - |
| XYZ | 34.45 | 16.94 | 75.58 | - |
| YUV | 100.49 | 200.53 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 33 | 229 | 0.20 | 0.86 | 0 | 0.10 | 286.22 | 0.79 | 0.51 |
| Hex | B8 | 21 | E5 | 14 | 56 | 0 | A | 11E | 4F | 33 |
| Octal | 270 | 41 | 345 | 24 | 126 | 0 | 12 | 436 | 117 | 63 |
| Binary | 10111000 | 100001 | 11100101 | 10100 | 1010110 | 0 | 1010 | 100011110 | 1001111 | 110011 |
Color Harmonies of #B821E5
Complementary color
Monochromatic Colors of #B821E5
Black with #B821E5
Text Example
Text Example
White with #B821E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B821E5; }
p { color: rgb(184,33,229); }
H1.HeaderClassName
{
color: #B821E5;
}
.AnyTagClassName
{
color: #B821E5;
}
</style>
background-color css
<style>
a { background-color: #B821E5; }
a { background-color: rgb(184,33,229); }
div.DivClassName
{
background-color: #B821E5;
}
.BgClassName
{
background-color: #B821E5;
}
</style>
border-color css
<style>
span { border-color: #B821E5; }
span { border-color: rgb(184,33,229); }
td.TdClassName
{
border-color: #B821E5;
}
.TagClassName
{
border-color: #B821E5;
}
</style>