Shades of Electric Purple #B91EE7
Tints of Electric Purple #B91EE7
RGB
CMYK
RGB Variations
Color information
#B91EE7 (or 0xB91EE7) is known color: Electric Purple. HEX triplet: B9, 1E and E7. RGB value is (185,30,231). Sum of RGB (Red+Green+Blue) = 185+30+231=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 30 (12.11% from 255 or 6.73% from 446); Blue value is 231 (90.62% from 255 or 51.79% from 446); Max value from RGB is 231 - color contains mainly: blue. Hex color #B91EE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B91EE7 is #46E118. Grayscale: #626262. Windows color (decimal): -4645145 or 15146681. OLE color: 15146681.
HSL color Cylindrical-coordinate representation of color #B91EE7: hue angle of 286.27º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B91EE7 is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 30 | 231 | - |
| CMYK | 0.20 | 0.87 | 0 | 0.09 |
| HSL | 286.27º | 0.81% | 0.51% | - |
| HSV(B) | 286.27º | 0.87% | 0.91% | - |
| XYZ | 34.9 | 17.01 | 77.05 | - |
| YUV | 99.26 | 202.35 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 30 | 231 | 0.20 | 0.87 | 0 | 0.09 | 286.27 | 0.81 | 0.51 |
| Hex | B9 | 1E | E7 | 14 | 57 | 0 | 9 | 11E | 51 | 33 |
| Octal | 271 | 36 | 347 | 24 | 127 | 0 | 11 | 436 | 121 | 63 |
| Binary | 10111001 | 11110 | 11100111 | 10100 | 1010111 | 0 | 1001 | 100011110 | 1010001 | 110011 |
Color Harmonies of #B91EE7
Complementary color
Monochromatic Colors of #B91EE7
Black with #B91EE7
Text Example
Text Example
White with #B91EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91EE7; }
p { color: rgb(185,30,231); }
H1.HeaderClassName
{
color: #B91EE7;
}
.AnyTagClassName
{
color: #B91EE7;
}
</style>
background-color css
<style>
a { background-color: #B91EE7; }
a { background-color: rgb(185,30,231); }
div.DivClassName
{
background-color: #B91EE7;
}
.BgClassName
{
background-color: #B91EE7;
}
</style>
border-color css
<style>
span { border-color: #B91EE7; }
span { border-color: rgb(185,30,231); }
td.TdClassName
{
border-color: #B91EE7;
}
.TagClassName
{
border-color: #B91EE7;
}
</style>