Shades of Electric Purple #B819E5
Tints of Electric Purple #B819E5
RGB
CMYK
RGB Variations
Color information
#B819E5 (or 0xB819E5) is known color: Electric Purple. HEX triplet: B8, 19 and E5. RGB value is (184,25,229). Sum of RGB (Red+Green+Blue) = 184+25+229=438 (58% of max value = 765). Red value is 184 (72.27% from 255 or 42.01% from 438); Green value is 25 (10.16% from 255 or 5.71% from 438); Blue value is 229 (89.84% from 255 or 52.28% from 438); Max value from RGB is 229 - color contains mainly: blue. Hex color #B819E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B819E5 is #47E61A. Grayscale: #5F5F5F. Windows color (decimal): -4711963 or 15014328. OLE color: 15014328.
HSL color Cylindrical-coordinate representation of color #B819E5: hue angle of 286.76º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B819E5 is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 184 | 25 | 229 | - |
| CMYK | 0.20 | 0.89 | 0 | 0.10 |
| HSL | 286.76º | 0.8% | 0.5% | - |
| HSV(B) | 286.76º | 0.89% | 0.9% | - |
| XYZ | 34.26 | 16.54 | 75.52 | - |
| YUV | 95.8 | 203.18 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 25 | 229 | 0.20 | 0.89 | 0 | 0.10 | 286.76 | 0.8 | 0.5 |
| Hex | B8 | 19 | E5 | 14 | 59 | 0 | A | 11F | 50 | 32 |
| Octal | 270 | 31 | 345 | 24 | 131 | 0 | 12 | 437 | 120 | 62 |
| Binary | 10111000 | 11001 | 11100101 | 10100 | 1011001 | 0 | 1010 | 100011111 | 1010000 | 110010 |
Color Harmonies of #B819E5
Complementary color
Monochromatic Colors of #B819E5
Black with #B819E5
Text Example
Text Example
White with #B819E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B819E5; }
p { color: rgb(184,25,229); }
H1.HeaderClassName
{
color: #B819E5;
}
.AnyTagClassName
{
color: #B819E5;
}
</style>
background-color css
<style>
a { background-color: #B819E5; }
a { background-color: rgb(184,25,229); }
div.DivClassName
{
background-color: #B819E5;
}
.BgClassName
{
background-color: #B819E5;
}
</style>
border-color css
<style>
span { border-color: #B819E5; }
span { border-color: rgb(184,25,229); }
td.TdClassName
{
border-color: #B819E5;
}
.TagClassName
{
border-color: #B819E5;
}
</style>