Shades of Electric Purple #B917FA
Tints of Electric Purple #B917FA
RGB
CMYK
RGB Variations
Color information
#B917FA (or 0xB917FA) is known color: Electric Purple. HEX triplet: B9, 17 and FA. RGB value is (185,23,250). Sum of RGB (Red+Green+Blue) = 185+23+250=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 23 (9.38% from 255 or 5.02% from 458); Blue value is 250 (98.05% from 255 or 54.59% from 458); Max value from RGB is 250 - color contains mainly: blue. Hex color #B917FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B917FA is #46E805. Grayscale: #606060. Windows color (decimal): -4646918 or 16390073. OLE color: 16390073.
HSL color Cylindrical-coordinate representation of color #B917FA: hue angle of 282.82º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B917FA is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 23 | 250 | - |
| CMYK | 0.26 | 0.91 | 0 | 0.02 |
| HSL | 282.82º | 0.96% | 0.54% | - |
| HSV(B) | 282.82º | 0.91% | 0.98% | - |
| XYZ | 37.57 | 17.83 | 91.9 | - |
| YUV | 97.32 | 214.17 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 23 | 250 | 0.26 | 0.91 | 0 | 0.02 | 282.82 | 0.96 | 0.54 |
| Hex | B9 | 17 | FA | 1A | 5B | 0 | 2 | 11B | 60 | 36 |
| Octal | 271 | 27 | 372 | 32 | 133 | 0 | 2 | 433 | 140 | 66 |
| Binary | 10111001 | 10111 | 11111010 | 11010 | 1011011 | 0 | 10 | 100011011 | 1100000 | 110110 |
Color Harmonies of #B917FA
Complementary color
Monochromatic Colors of #B917FA
Black with #B917FA
Text Example
Text Example
White with #B917FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B917FA; }
p { color: rgb(185,23,250); }
H1.HeaderClassName
{
color: #B917FA;
}
.AnyTagClassName
{
color: #B917FA;
}
</style>
background-color css
<style>
a { background-color: #B917FA; }
a { background-color: rgb(185,23,250); }
div.DivClassName
{
background-color: #B917FA;
}
.BgClassName
{
background-color: #B917FA;
}
</style>
border-color css
<style>
span { border-color: #B917FA; }
span { border-color: rgb(185,23,250); }
td.TdClassName
{
border-color: #B917FA;
}
.TagClassName
{
border-color: #B917FA;
}
</style>