Shades of Electric Purple #B917EE
Tints of Electric Purple #B917EE
RGB
CMYK
RGB Variations
Color information
#B917EE (or 0xB917EE) is known color: Electric Purple. HEX triplet: B9, 17 and EE. RGB value is (185,23,238). Sum of RGB (Red+Green+Blue) = 185+23+238=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 23 (9.38% from 255 or 5.16% from 446); Blue value is 238 (93.36% from 255 or 53.36% from 446); Max value from RGB is 238 - color contains mainly: blue. Hex color #B917EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B917EE is #46E811. Grayscale: #5F5F5F. Windows color (decimal): -4646930 or 15603641. OLE color: 15603641.
HSL color Cylindrical-coordinate representation of color #B917EE: hue angle of 285.21º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B917EE is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 23 | 238 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.07 |
| HSL | 285.21º | 0.86% | 0.51% | - |
| HSV(B) | 285.21º | 0.9% | 0.93% | - |
| XYZ | 35.75 | 17.1 | 82.31 | - |
| YUV | 95.95 | 208.17 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 23 | 238 | 0.22 | 0.90 | 0 | 0.07 | 285.21 | 0.86 | 0.51 |
| Hex | B9 | 17 | EE | 16 | 5A | 0 | 7 | 11D | 56 | 33 |
| Octal | 271 | 27 | 356 | 26 | 132 | 0 | 7 | 435 | 126 | 63 |
| Binary | 10111001 | 10111 | 11101110 | 10110 | 1011010 | 0 | 111 | 100011101 | 1010110 | 110011 |
Color Harmonies of #B917EE
Complementary color
Monochromatic Colors of #B917EE
Black with #B917EE
Text Example
Text Example
White with #B917EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B917EE; }
p { color: rgb(185,23,238); }
H1.HeaderClassName
{
color: #B917EE;
}
.AnyTagClassName
{
color: #B917EE;
}
</style>
background-color css
<style>
a { background-color: #B917EE; }
a { background-color: rgb(185,23,238); }
div.DivClassName
{
background-color: #B917EE;
}
.BgClassName
{
background-color: #B917EE;
}
</style>
border-color css
<style>
span { border-color: #B917EE; }
span { border-color: rgb(185,23,238); }
td.TdClassName
{
border-color: #B917EE;
}
.TagClassName
{
border-color: #B917EE;
}
</style>