Shades of Electric Purple #B319E9
Tints of Electric Purple #B319E9
RGB
CMYK
RGB Variations
Color information
#B319E9 (or 0xB319E9) is known color: Electric Purple. HEX triplet: B3, 19 and E9. RGB value is (179,25,233). Sum of RGB (Red+Green+Blue) = 179+25+233=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 25 (10.16% from 255 or 5.72% from 437); Blue value is 233 (91.41% from 255 or 53.32% from 437); Max value from RGB is 233 - color contains mainly: blue. Hex color #B319E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B319E9 is #4CE616. Grayscale: #5E5E5E. Windows color (decimal): -5039639 or 15276467. OLE color: 15276467.
HSL color Cylindrical-coordinate representation of color #B319E9: hue angle of 284.42º 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 #B319E9 is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 179 | 25 | 233 | - |
| CMYK | 0.23 | 0.89 | 0 | 0.09 |
| HSL | 284.42º | 0.83% | 0.51% | - |
| HSV(B) | 284.42º | 0.89% | 0.91% | - |
| XYZ | 33.65 | 16.16 | 78.44 | - |
| YUV | 94.76 | 206.02 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 25 | 233 | 0.23 | 0.89 | 0 | 0.09 | 284.42 | 0.83 | 0.51 |
| Hex | B3 | 19 | E9 | 17 | 59 | 0 | 9 | 11C | 53 | 33 |
| Octal | 263 | 31 | 351 | 27 | 131 | 0 | 11 | 434 | 123 | 63 |
| Binary | 10110011 | 11001 | 11101001 | 10111 | 1011001 | 0 | 1001 | 100011100 | 1010011 | 110011 |
Color Harmonies of #B319E9
Complementary color
Monochromatic Colors of #B319E9
Black with #B319E9
Text Example
Text Example
White with #B319E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B319E9; }
p { color: rgb(179,25,233); }
H1.HeaderClassName
{
color: #B319E9;
}
.AnyTagClassName
{
color: #B319E9;
}
</style>
background-color css
<style>
a { background-color: #B319E9; }
a { background-color: rgb(179,25,233); }
div.DivClassName
{
background-color: #B319E9;
}
.BgClassName
{
background-color: #B319E9;
}
</style>
border-color css
<style>
span { border-color: #B319E9; }
span { border-color: rgb(179,25,233); }
td.TdClassName
{
border-color: #B319E9;
}
.TagClassName
{
border-color: #B319E9;
}
</style>