Shades of Electric Purple #B91EED
Tints of Electric Purple #B91EED
RGB
CMYK
RGB Variations
Color information
#B91EED (or 0xB91EED) is known color: Electric Purple. HEX triplet: B9, 1E and ED. RGB value is (185,30,237). Sum of RGB (Red+Green+Blue) = 185+30+237=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 30 (12.11% from 255 or 6.64% from 452); Blue value is 237 (92.97% from 255 or 52.43% from 452); Max value from RGB is 237 - color contains mainly: blue. Hex color #B91EED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B91EED is #46E112. Grayscale: #636363. Windows color (decimal): -4645139 or 15539897. OLE color: 15539897.
HSL color Cylindrical-coordinate representation of color #B91EED: hue angle of 284.93º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B91EED is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 30 | 237 | - |
| CMYK | 0.22 | 0.87 | 0 | 0.07 |
| HSL | 284.93º | 0.85% | 0.52% | - |
| HSV(B) | 284.93º | 0.87% | 0.93% | - |
| XYZ | 35.76 | 17.36 | 81.59 | - |
| YUV | 99.94 | 205.35 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 30 | 237 | 0.22 | 0.87 | 0 | 0.07 | 284.93 | 0.85 | 0.52 |
| Hex | B9 | 1E | ED | 16 | 57 | 0 | 7 | 11D | 55 | 34 |
| Octal | 271 | 36 | 355 | 26 | 127 | 0 | 7 | 435 | 125 | 64 |
| Binary | 10111001 | 11110 | 11101101 | 10110 | 1010111 | 0 | 111 | 100011101 | 1010101 | 110100 |
Color Harmonies of #B91EED
Complementary color
Monochromatic Colors of #B91EED
Black with #B91EED
Text Example
Text Example
White with #B91EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91EED; }
p { color: rgb(185,30,237); }
H1.HeaderClassName
{
color: #B91EED;
}
.AnyTagClassName
{
color: #B91EED;
}
</style>
background-color css
<style>
a { background-color: #B91EED; }
a { background-color: rgb(185,30,237); }
div.DivClassName
{
background-color: #B91EED;
}
.BgClassName
{
background-color: #B91EED;
}
</style>
border-color css
<style>
span { border-color: #B91EED; }
span { border-color: rgb(185,30,237); }
td.TdClassName
{
border-color: #B91EED;
}
.TagClassName
{
border-color: #B91EED;
}
</style>