Shades of Electric Purple #B915FA
Tints of Electric Purple #B915FA
RGB
CMYK
RGB Variations
Color information
#B915FA (or 0xB915FA) is known color: Electric Purple. HEX triplet: B9, 15 and FA. RGB value is (185,21,250). Sum of RGB (Red+Green+Blue) = 185+21+250=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 21 (8.59% from 255 or 4.61% from 456); Blue value is 250 (98.05% from 255 or 54.82% from 456); Max value from RGB is 250 - color contains mainly: blue. Hex color #B915FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B915FA is #46EA05. Grayscale: #5F5F5F. Windows color (decimal): -4647430 or 16389561. OLE color: 16389561.
HSL color Cylindrical-coordinate representation of color #B915FA: hue angle of 282.97º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B915FA is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 21 | 250 | - |
| CMYK | 0.26 | 0.92 | 0 | 0.02 |
| HSL | 282.97º | 0.96% | 0.53% | - |
| HSV(B) | 282.97º | 0.92% | 0.98% | - |
| XYZ | 37.53 | 17.75 | 91.89 | - |
| YUV | 96.14 | 214.83 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 21 | 250 | 0.26 | 0.92 | 0 | 0.02 | 282.97 | 0.96 | 0.53 |
| Hex | B9 | 15 | FA | 1A | 5C | 0 | 2 | 11B | 60 | 35 |
| Octal | 271 | 25 | 372 | 32 | 134 | 0 | 2 | 433 | 140 | 65 |
| Binary | 10111001 | 10101 | 11111010 | 11010 | 1011100 | 0 | 10 | 100011011 | 1100000 | 110101 |
Color Harmonies of #B915FA
Complementary color
Monochromatic Colors of #B915FA
Black with #B915FA
Text Example
Text Example
White with #B915FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B915FA; }
p { color: rgb(185,21,250); }
H1.HeaderClassName
{
color: #B915FA;
}
.AnyTagClassName
{
color: #B915FA;
}
</style>
background-color css
<style>
a { background-color: #B915FA; }
a { background-color: rgb(185,21,250); }
div.DivClassName
{
background-color: #B915FA;
}
.BgClassName
{
background-color: #B915FA;
}
</style>
border-color css
<style>
span { border-color: #B915FA; }
span { border-color: rgb(185,21,250); }
td.TdClassName
{
border-color: #B915FA;
}
.TagClassName
{
border-color: #B915FA;
}
</style>