Shades of Electric Purple #B316FA
Tints of Electric Purple #B316FA
RGB
CMYK
RGB Variations
Color information
#B316FA (or 0xB316FA) is known color: Electric Purple. HEX triplet: B3, 16 and FA. RGB value is (179,22,250). Sum of RGB (Red+Green+Blue) = 179+22+250=451 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.69% from 451); Green value is 22 (8.98% from 255 or 4.88% from 451); Blue value is 250 (98.05% from 255 or 55.43% from 451); Max value from RGB is 250 - color contains mainly: blue. Hex color #B316FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B316FA is #4CE905. Grayscale: #5E5E5E. Windows color (decimal): -5040390 or 16389811. OLE color: 16389811.
HSL color Cylindrical-coordinate representation of color #B316FA: hue angle of 281.32º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B316FA is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 22 | 250 | - |
| CMYK | 0.28 | 0.91 | 0 | 0.02 |
| HSL | 281.32º | 0.96% | 0.53% | - |
| HSV(B) | 281.32º | 0.91% | 0.98% | - |
| XYZ | 36.13 | 17.06 | 91.83 | - |
| YUV | 94.94 | 215.51 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 22 | 250 | 0.28 | 0.91 | 0 | 0.02 | 281.32 | 0.96 | 0.53 |
| Hex | B3 | 16 | FA | 1C | 5B | 0 | 2 | 119 | 60 | 35 |
| Octal | 263 | 26 | 372 | 34 | 133 | 0 | 2 | 431 | 140 | 65 |
| Binary | 10110011 | 10110 | 11111010 | 11100 | 1011011 | 0 | 10 | 100011001 | 1100000 | 110101 |
Color Harmonies of #B316FA
Complementary color
Monochromatic Colors of #B316FA
Black with #B316FA
Text Example
Text Example
White with #B316FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B316FA; }
p { color: rgb(179,22,250); }
H1.HeaderClassName
{
color: #B316FA;
}
.AnyTagClassName
{
color: #B316FA;
}
</style>
background-color css
<style>
a { background-color: #B316FA; }
a { background-color: rgb(179,22,250); }
div.DivClassName
{
background-color: #B316FA;
}
.BgClassName
{
background-color: #B316FA;
}
</style>
border-color css
<style>
span { border-color: #B316FA; }
span { border-color: rgb(179,22,250); }
td.TdClassName
{
border-color: #B316FA;
}
.TagClassName
{
border-color: #B316FA;
}
</style>