Shades of Electric Purple #B91EE2
Tints of Electric Purple #B91EE2
RGB
CMYK
RGB Variations
Color information
#B91EE2 (or 0xB91EE2) is known color: Electric Purple. HEX triplet: B9, 1E and E2. RGB value is (185,30,226). Sum of RGB (Red+Green+Blue) = 185+30+226=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 30 (12.11% from 255 or 6.80% from 441); Blue value is 226 (88.67% from 255 or 51.25% from 441); Max value from RGB is 226 - color contains mainly: blue. Hex color #B91EE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B91EE2 is #46E11D. Grayscale: #626262. Windows color (decimal): -4645150 or 14819001. OLE color: 14819001.
HSL color Cylindrical-coordinate representation of color #B91EE2: hue angle of 287.45º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B91EE2 is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 30 | 226 | - |
| CMYK | 0.18 | 0.87 | 0 | 0.11 |
| HSL | 287.45º | 0.77% | 0.5% | - |
| HSV(B) | 287.45º | 0.87% | 0.89% | - |
| XYZ | 34.2 | 16.73 | 73.38 | - |
| YUV | 98.69 | 199.85 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 30 | 226 | 0.18 | 0.87 | 0 | 0.11 | 287.45 | 0.77 | 0.5 |
| Hex | B9 | 1E | E2 | 12 | 57 | 0 | B | 11F | 4D | 32 |
| Octal | 271 | 36 | 342 | 22 | 127 | 0 | 13 | 437 | 115 | 62 |
| Binary | 10111001 | 11110 | 11100010 | 10010 | 1010111 | 0 | 1011 | 100011111 | 1001101 | 110010 |
Color Harmonies of #B91EE2
Complementary color
Monochromatic Colors of #B91EE2
Black with #B91EE2
Text Example
Text Example
White with #B91EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91EE2; }
p { color: rgb(185,30,226); }
H1.HeaderClassName
{
color: #B91EE2;
}
.AnyTagClassName
{
color: #B91EE2;
}
</style>
background-color css
<style>
a { background-color: #B91EE2; }
a { background-color: rgb(185,30,226); }
div.DivClassName
{
background-color: #B91EE2;
}
.BgClassName
{
background-color: #B91EE2;
}
</style>
border-color css
<style>
span { border-color: #B91EE2; }
span { border-color: rgb(185,30,226); }
td.TdClassName
{
border-color: #B91EE2;
}
.TagClassName
{
border-color: #B91EE2;
}
</style>