Shades of Electric Purple #B319FA
Tints of Electric Purple #B319FA
RGB
CMYK
RGB Variations
Color information
#B319FA (or 0xB319FA) is known color: Electric Purple. HEX triplet: B3, 19 and FA. RGB value is (179,25,250). Sum of RGB (Red+Green+Blue) = 179+25+250=454 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.43% from 454); Green value is 25 (10.16% from 255 or 5.51% from 454); Blue value is 250 (98.05% from 255 or 55.07% from 454); Max value from RGB is 250 - color contains mainly: blue. Hex color #B319FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B319FA is #4CE605. Grayscale: #5F5F5F. Windows color (decimal): -5039622 or 16390579. OLE color: 16390579.
HSL color Cylindrical-coordinate representation of color #B319FA: hue angle of 281.07º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B319FA is Cyan = 0.28, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 25 | 250 | - |
| CMYK | 0.28 | 0.9 | 0 | 0.02 |
| HSL | 281.07º | 0.96% | 0.54% | - |
| HSV(B) | 281.07º | 0.9% | 0.98% | - |
| XYZ | 36.19 | 17.18 | 91.85 | - |
| YUV | 96.7 | 214.52 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 25 | 250 | 0.28 | 0.9 | 0 | 0.02 | 281.07 | 0.96 | 0.54 |
| Hex | B3 | 19 | FA | 1C | 5A | 0 | 2 | 119 | 60 | 36 |
| Octal | 263 | 31 | 372 | 34 | 132 | 0 | 2 | 431 | 140 | 66 |
| Binary | 10110011 | 11001 | 11111010 | 11100 | 1011010 | 0 | 10 | 100011001 | 1100000 | 110110 |
Color Harmonies of #B319FA
Complementary color
Monochromatic Colors of #B319FA
Black with #B319FA
Text Example
Text Example
White with #B319FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B319FA; }
p { color: rgb(179,25,250); }
H1.HeaderClassName
{
color: #B319FA;
}
.AnyTagClassName
{
color: #B319FA;
}
</style>
background-color css
<style>
a { background-color: #B319FA; }
a { background-color: rgb(179,25,250); }
div.DivClassName
{
background-color: #B319FA;
}
.BgClassName
{
background-color: #B319FA;
}
</style>
border-color css
<style>
span { border-color: #B319FA; }
span { border-color: rgb(179,25,250); }
td.TdClassName
{
border-color: #B319FA;
}
.TagClassName
{
border-color: #B319FA;
}
</style>