Shades of Electric Purple #B219E9
Tints of Electric Purple #B219E9
RGB
CMYK
RGB Variations
Color information
#B219E9 (or 0xB219E9) is known color: Electric Purple. HEX triplet: B2, 19 and E9. RGB value is (178,25,233). Sum of RGB (Red+Green+Blue) = 178+25+233=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 25 (10.16% from 255 or 5.73% from 436); Blue value is 233 (91.41% from 255 or 53.44% from 436); Max value from RGB is 233 - color contains mainly: blue. Hex color #B219E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B219E9 is #4DE616. Grayscale: #5D5D5D. Windows color (decimal): -5105175 or 15276466. OLE color: 15276466.
HSL color Cylindrical-coordinate representation of color #B219E9: hue angle of 284.13º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B219E9 is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 25 | 233 | - |
| CMYK | 0.24 | 0.89 | 0 | 0.09 |
| HSL | 284.13º | 0.83% | 0.51% | - |
| HSV(B) | 284.13º | 0.89% | 0.91% | - |
| XYZ | 33.42 | 16.04 | 78.43 | - |
| YUV | 94.46 | 206.19 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 25 | 233 | 0.24 | 0.89 | 0 | 0.09 | 284.13 | 0.83 | 0.51 |
| Hex | B2 | 19 | E9 | 18 | 59 | 0 | 9 | 11C | 53 | 33 |
| Octal | 262 | 31 | 351 | 30 | 131 | 0 | 11 | 434 | 123 | 63 |
| Binary | 10110010 | 11001 | 11101001 | 11000 | 1011001 | 0 | 1001 | 100011100 | 1010011 | 110011 |
Color Harmonies of #B219E9
Complementary color
Monochromatic Colors of #B219E9
Black with #B219E9
Text Example
Text Example
White with #B219E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B219E9; }
p { color: rgb(178,25,233); }
H1.HeaderClassName
{
color: #B219E9;
}
.AnyTagClassName
{
color: #B219E9;
}
</style>
background-color css
<style>
a { background-color: #B219E9; }
a { background-color: rgb(178,25,233); }
div.DivClassName
{
background-color: #B219E9;
}
.BgClassName
{
background-color: #B219E9;
}
</style>
border-color css
<style>
span { border-color: #B219E9; }
span { border-color: rgb(178,25,233); }
td.TdClassName
{
border-color: #B219E9;
}
.TagClassName
{
border-color: #B219E9;
}
</style>