Shades of Electric Purple #B821EC
Tints of Electric Purple #B821EC
RGB
CMYK
RGB Variations
Color information
#B821EC (or 0xB821EC) is known color: Electric Purple. HEX triplet: B8, 21 and EC. RGB value is (184,33,236). Sum of RGB (Red+Green+Blue) = 184+33+236=453 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.62% from 453); Green value is 33 (13.28% from 255 or 7.28% from 453); Blue value is 236 (92.58% from 255 or 52.10% from 453); Max value from RGB is 236 - color contains mainly: blue. Hex color #B821EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B821EC is #47DE13. Grayscale: #646464. Windows color (decimal): -4709908 or 15475128. OLE color: 15475128.
HSL color Cylindrical-coordinate representation of color #B821EC: hue angle of 284.63º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B821EC is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 33 | 236 | - |
| CMYK | 0.22 | 0.86 | 0 | 0.07 |
| HSL | 284.63º | 0.84% | 0.53% | - |
| HSV(B) | 284.63º | 0.86% | 0.93% | - |
| XYZ | 35.45 | 17.33 | 80.83 | - |
| YUV | 101.29 | 204.03 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 33 | 236 | 0.22 | 0.86 | 0 | 0.07 | 284.63 | 0.84 | 0.53 |
| Hex | B8 | 21 | EC | 16 | 56 | 0 | 7 | 11D | 54 | 35 |
| Octal | 270 | 41 | 354 | 26 | 126 | 0 | 7 | 435 | 124 | 65 |
| Binary | 10111000 | 100001 | 11101100 | 10110 | 1010110 | 0 | 111 | 100011101 | 1010100 | 110101 |
Color Harmonies of #B821EC
Complementary color
Monochromatic Colors of #B821EC
Black with #B821EC
Text Example
Text Example
White with #B821EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B821EC; }
p { color: rgb(184,33,236); }
H1.HeaderClassName
{
color: #B821EC;
}
.AnyTagClassName
{
color: #B821EC;
}
</style>
background-color css
<style>
a { background-color: #B821EC; }
a { background-color: rgb(184,33,236); }
div.DivClassName
{
background-color: #B821EC;
}
.BgClassName
{
background-color: #B821EC;
}
</style>
border-color css
<style>
span { border-color: #B821EC; }
span { border-color: rgb(184,33,236); }
td.TdClassName
{
border-color: #B821EC;
}
.TagClassName
{
border-color: #B821EC;
}
</style>