Shades of Electric Purple #B917FE
Tints of Electric Purple #B917FE
RGB
CMYK
RGB Variations
Color information
#B917FE (or 0xB917FE) is known color: Electric Purple. HEX triplet: B9, 17 and FE. RGB value is (185,23,254). Sum of RGB (Red+Green+Blue) = 185+23+254=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 23 (9.38% from 255 or 4.98% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #B917FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B917FE is #46E801. Grayscale: #616161. Windows color (decimal): -4646914 or 16652217. OLE color: 16652217.
HSL color Cylindrical-coordinate representation of color #B917FE: hue angle of 282.08º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B917FE is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 185 | 23 | 254 | - |
| CMYK | 0.27 | 0.91 | 0 | 0.00 |
| HSL | 282.08º | 0.99% | 0.54% | - |
| HSV(B) | 282.08º | 0.91% | 1% | - |
| XYZ | 38.2 | 18.08 | 95.24 | - |
| YUV | 97.77 | 216.17 | 190.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 23 | 254 | 0.27 | 0.91 | 0 | 0.00 | 282.08 | 0.99 | 0.54 |
| Hex | B9 | 17 | FE | 1B | 5B | 0 | 0 | 11A | 63 | 36 |
| Octal | 271 | 27 | 376 | 33 | 133 | 0 | 0 | 432 | 143 | 66 |
| Binary | 10111001 | 10111 | 11111110 | 11011 | 1011011 | 0 | 0 | 100011010 | 1100011 | 110110 |
Color Harmonies of #B917FE
Complementary color
Monochromatic Colors of #B917FE
Black with #B917FE
Text Example
Text Example
White with #B917FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B917FE; }
p { color: rgb(185,23,254); }
H1.HeaderClassName
{
color: #B917FE;
}
.AnyTagClassName
{
color: #B917FE;
}
</style>
background-color css
<style>
a { background-color: #B917FE; }
a { background-color: rgb(185,23,254); }
div.DivClassName
{
background-color: #B917FE;
}
.BgClassName
{
background-color: #B917FE;
}
</style>
border-color css
<style>
span { border-color: #B917FE; }
span { border-color: rgb(185,23,254); }
td.TdClassName
{
border-color: #B917FE;
}
.TagClassName
{
border-color: #B917FE;
}
</style>