Shades of Electric Purple #B916FF
Tints of Electric Purple #B916FF
RGB
CMYK
RGB Variations
Color information
#B916FF (or 0xB916FF) is known color: Electric Purple. HEX triplet: B9, 16 and FF. RGB value is (185,22,255). Sum of RGB (Red+Green+Blue) = 185+22+255=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 22 (8.98% from 255 or 4.76% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #B916FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B916FF is #46E900. Grayscale: #606060. Windows color (decimal): -4647169 or 16717497. OLE color: 16717497.
HSL color Cylindrical-coordinate representation of color #B916FF: hue angle of 281.97º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B916FF is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 22 | 255 | - |
| CMYK | 0.27 | 0.91 | 0 | 0 |
| HSL | 281.97º | 1% | 0.54% | - |
| HSV(B) | 281.97º | 0.91% | 1% | - |
| XYZ | 38.34 | 18.11 | 96.08 | - |
| YUV | 97.3 | 217 | 190.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 22 | 255 | 0.27 | 0.91 | 0 | 0 | 281.97 | 1 | 0.54 |
| Hex | B9 | 16 | FF | 1B | 5B | 0 | 0 | 11A | 64 | 36 |
| Octal | 271 | 26 | 377 | 33 | 133 | 0 | 0 | 432 | 144 | 66 |
| Binary | 10111001 | 10110 | 11111111 | 11011 | 1011011 | 0 | 0 | 100011010 | 1100100 | 110110 |
Color Harmonies of #B916FF
Complementary color
Monochromatic Colors of #B916FF
Black with #B916FF
Text Example
Text Example
White with #B916FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B916FF; }
p { color: rgb(185,22,255); }
H1.HeaderClassName
{
color: #B916FF;
}
.AnyTagClassName
{
color: #B916FF;
}
</style>
background-color css
<style>
a { background-color: #B916FF; }
a { background-color: rgb(185,22,255); }
div.DivClassName
{
background-color: #B916FF;
}
.BgClassName
{
background-color: #B916FF;
}
</style>
border-color css
<style>
span { border-color: #B916FF; }
span { border-color: rgb(185,22,255); }
td.TdClassName
{
border-color: #B916FF;
}
.TagClassName
{
border-color: #B916FF;
}
</style>