Shades of Electric Purple #B319E0
Tints of Electric Purple #B319E0
RGB
CMYK
RGB Variations
Color information
#B319E0 (or 0xB319E0) is known color: Electric Purple. HEX triplet: B3, 19 and E0. RGB value is (179,25,224). Sum of RGB (Red+Green+Blue) = 179+25+224=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 25 (10.16% from 255 or 5.84% from 428); Blue value is 224 (87.89% from 255 or 52.34% from 428); Max value from RGB is 224 - color contains mainly: blue. Hex color #B319E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B319E0 is #4CE61F. Grayscale: #5D5D5D. Windows color (decimal): -5039648 or 14686643. OLE color: 14686643.
HSL color Cylindrical-coordinate representation of color #B319E0: hue angle of 286.43º 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 #B319E0 is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 179 | 25 | 224 | - |
| CMYK | 0.20 | 0.89 | 0 | 0.12 |
| HSL | 286.43º | 0.8% | 0.49% | - |
| HSV(B) | 286.43º | 0.89% | 0.88% | - |
| XYZ | 32.39 | 15.66 | 71.84 | - |
| YUV | 93.73 | 201.52 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 25 | 224 | 0.20 | 0.89 | 0 | 0.12 | 286.43 | 0.8 | 0.49 |
| Hex | B3 | 19 | E0 | 14 | 59 | 0 | C | 11E | 50 | 31 |
| Octal | 263 | 31 | 340 | 24 | 131 | 0 | 14 | 436 | 120 | 61 |
| Binary | 10110011 | 11001 | 11100000 | 10100 | 1011001 | 0 | 1100 | 100011110 | 1010000 | 110001 |
Color Harmonies of #B319E0
Complementary color
Monochromatic Colors of #B319E0
Black with #B319E0
Text Example
Text Example
White with #B319E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B319E0; }
p { color: rgb(179,25,224); }
H1.HeaderClassName
{
color: #B319E0;
}
.AnyTagClassName
{
color: #B319E0;
}
</style>
background-color css
<style>
a { background-color: #B319E0; }
a { background-color: rgb(179,25,224); }
div.DivClassName
{
background-color: #B319E0;
}
.BgClassName
{
background-color: #B319E0;
}
</style>
border-color css
<style>
span { border-color: #B319E0; }
span { border-color: rgb(179,25,224); }
td.TdClassName
{
border-color: #B319E0;
}
.TagClassName
{
border-color: #B319E0;
}
</style>