Shades of Electric Purple #B917FF
Tints of Electric Purple #B917FF
RGB
CMYK
RGB Variations
Color information
#B917FF (or 0xB917FF) is known color: Electric Purple. HEX triplet: B9, 17 and FF. RGB value is (185,23,255). Sum of RGB (Red+Green+Blue) = 185+23+255=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 23 (9.38% from 255 or 4.97% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #B917FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B917FF is #46E800. Grayscale: #616161. Windows color (decimal): -4646913 or 16717753. OLE color: 16717753.
HSL color Cylindrical-coordinate representation of color #B917FF: hue angle of 281.9º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B917FF is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 23 | 255 | - |
| CMYK | 0.27 | 0.91 | 0 | 0 |
| HSL | 281.9º | 1% | 0.55% | - |
| HSV(B) | 281.9º | 0.91% | 1% | - |
| XYZ | 38.36 | 18.15 | 96.09 | - |
| YUV | 97.89 | 216.67 | 190.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 23 | 255 | 0.27 | 0.91 | 0 | 0 | 281.9 | 1 | 0.55 |
| Hex | B9 | 17 | FF | 1B | 5B | 0 | 0 | 11A | 64 | 37 |
| Octal | 271 | 27 | 377 | 33 | 133 | 0 | 0 | 432 | 144 | 67 |
| Binary | 10111001 | 10111 | 11111111 | 11011 | 1011011 | 0 | 0 | 100011010 | 1100100 | 110111 |
Color Harmonies of #B917FF
Complementary color
Monochromatic Colors of #B917FF
Black with #B917FF
Text Example
Text Example
White with #B917FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B917FF; }
p { color: rgb(185,23,255); }
H1.HeaderClassName
{
color: #B917FF;
}
.AnyTagClassName
{
color: #B917FF;
}
</style>
background-color css
<style>
a { background-color: #B917FF; }
a { background-color: rgb(185,23,255); }
div.DivClassName
{
background-color: #B917FF;
}
.BgClassName
{
background-color: #B917FF;
}
</style>
border-color css
<style>
span { border-color: #B917FF; }
span { border-color: rgb(185,23,255); }
td.TdClassName
{
border-color: #B917FF;
}
.TagClassName
{
border-color: #B917FF;
}
</style>