Shades of Electric Purple #B819E0
Tints of Electric Purple #B819E0
RGB
CMYK
RGB Variations
Color information
#B819E0 (or 0xB819E0) is known color: Electric Purple. HEX triplet: B8, 19 and E0. RGB value is (184,25,224). Sum of RGB (Red+Green+Blue) = 184+25+224=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 25 (10.16% from 255 or 5.77% from 433); Blue value is 224 (87.89% from 255 or 51.73% from 433); Max value from RGB is 224 - color contains mainly: blue. Hex color #B819E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B819E0 is #47E61F. Grayscale: #5E5E5E. Windows color (decimal): -4711968 or 14686648. OLE color: 14686648.
HSL color Cylindrical-coordinate representation of color #B819E0: hue angle of 287.94º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B819E0 is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 184 | 25 | 224 | - |
| CMYK | 0.18 | 0.89 | 0 | 0.12 |
| HSL | 287.94º | 0.8% | 0.49% | - |
| HSV(B) | 287.94º | 0.89% | 0.88% | - |
| XYZ | 33.57 | 16.27 | 71.89 | - |
| YUV | 95.23 | 200.68 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 25 | 224 | 0.18 | 0.89 | 0 | 0.12 | 287.94 | 0.8 | 0.49 |
| Hex | B8 | 19 | E0 | 12 | 59 | 0 | C | 120 | 50 | 31 |
| Octal | 270 | 31 | 340 | 22 | 131 | 0 | 14 | 440 | 120 | 61 |
| Binary | 10111000 | 11001 | 11100000 | 10010 | 1011001 | 0 | 1100 | 100100000 | 1010000 | 110001 |
Color Harmonies of #B819E0
Complementary color
Monochromatic Colors of #B819E0
Black with #B819E0
Text Example
Text Example
White with #B819E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B819E0; }
p { color: rgb(184,25,224); }
H1.HeaderClassName
{
color: #B819E0;
}
.AnyTagClassName
{
color: #B819E0;
}
</style>
background-color css
<style>
a { background-color: #B819E0; }
a { background-color: rgb(184,25,224); }
div.DivClassName
{
background-color: #B819E0;
}
.BgClassName
{
background-color: #B819E0;
}
</style>
border-color css
<style>
span { border-color: #B819E0; }
span { border-color: rgb(184,25,224); }
td.TdClassName
{
border-color: #B819E0;
}
.TagClassName
{
border-color: #B819E0;
}
</style>