Shades of Electric Purple #B916FA
Tints of Electric Purple #B916FA
RGB
CMYK
RGB Variations
Color information
#B916FA (or 0xB916FA) is known color: Electric Purple. HEX triplet: B9, 16 and FA. RGB value is (185,22,250). Sum of RGB (Red+Green+Blue) = 185+22+250=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 22 (8.98% from 255 or 4.81% from 457); Blue value is 250 (98.05% from 255 or 54.70% from 457); Max value from RGB is 250 - color contains mainly: blue. Hex color #B916FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B916FA is #46E905. Grayscale: #5F5F5F. Windows color (decimal): -4647174 or 16389817. OLE color: 16389817.
HSL color Cylindrical-coordinate representation of color #B916FA: hue angle of 282.89º 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 #B916FA is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 22 | 250 | - |
| CMYK | 0.26 | 0.91 | 0 | 0.02 |
| HSL | 282.89º | 0.96% | 0.53% | - |
| HSV(B) | 282.89º | 0.91% | 0.98% | - |
| XYZ | 37.55 | 17.79 | 91.9 | - |
| YUV | 96.73 | 214.5 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 22 | 250 | 0.26 | 0.91 | 0 | 0.02 | 282.89 | 0.96 | 0.53 |
| Hex | B9 | 16 | FA | 1A | 5B | 0 | 2 | 11B | 60 | 35 |
| Octal | 271 | 26 | 372 | 32 | 133 | 0 | 2 | 433 | 140 | 65 |
| Binary | 10111001 | 10110 | 11111010 | 11010 | 1011011 | 0 | 10 | 100011011 | 1100000 | 110101 |
Color Harmonies of #B916FA
Complementary color
Monochromatic Colors of #B916FA
Black with #B916FA
Text Example
Text Example
White with #B916FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B916FA; }
p { color: rgb(185,22,250); }
H1.HeaderClassName
{
color: #B916FA;
}
.AnyTagClassName
{
color: #B916FA;
}
</style>
background-color css
<style>
a { background-color: #B916FA; }
a { background-color: rgb(185,22,250); }
div.DivClassName
{
background-color: #B916FA;
}
.BgClassName
{
background-color: #B916FA;
}
</style>
border-color css
<style>
span { border-color: #B916FA; }
span { border-color: rgb(185,22,250); }
td.TdClassName
{
border-color: #B916FA;
}
.TagClassName
{
border-color: #B916FA;
}
</style>