Shades of Electric Purple #B91DED
Tints of Electric Purple #B91DED
RGB
CMYK
RGB Variations
Color information
#B91DED (or 0xB91DED) is known color: Electric Purple. HEX triplet: B9, 1D and ED. RGB value is (185,29,237). Sum of RGB (Red+Green+Blue) = 185+29+237=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 29 (11.72% from 255 or 6.43% from 451); Blue value is 237 (92.97% from 255 or 52.55% from 451); Max value from RGB is 237 - color contains mainly: blue. Hex color #B91DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B91DED is #46E212. Grayscale: #626262. Windows color (decimal): -4645395 or 15539641. OLE color: 15539641.
HSL color Cylindrical-coordinate representation of color #B91DED: hue angle of 285º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B91DED is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 29 | 237 | - |
| CMYK | 0.22 | 0.88 | 0 | 0.07 |
| HSL | 285º | 0.85% | 0.52% | - |
| HSV(B) | 285º | 0.88% | 0.93% | - |
| XYZ | 35.73 | 17.31 | 81.58 | - |
| YUV | 99.36 | 205.68 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 29 | 237 | 0.22 | 0.88 | 0 | 0.07 | 285 | 0.85 | 0.52 |
| Hex | B9 | 1D | ED | 16 | 58 | 0 | 7 | 11D | 55 | 34 |
| Octal | 271 | 35 | 355 | 26 | 130 | 0 | 7 | 435 | 125 | 64 |
| Binary | 10111001 | 11101 | 11101101 | 10110 | 1011000 | 0 | 111 | 100011101 | 1010101 | 110100 |
Color Harmonies of #B91DED
Complementary color
Monochromatic Colors of #B91DED
Black with #B91DED
Text Example
Text Example
White with #B91DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91DED; }
p { color: rgb(185,29,237); }
H1.HeaderClassName
{
color: #B91DED;
}
.AnyTagClassName
{
color: #B91DED;
}
</style>
background-color css
<style>
a { background-color: #B91DED; }
a { background-color: rgb(185,29,237); }
div.DivClassName
{
background-color: #B91DED;
}
.BgClassName
{
background-color: #B91DED;
}
</style>
border-color css
<style>
span { border-color: #B91DED; }
span { border-color: rgb(185,29,237); }
td.TdClassName
{
border-color: #B91DED;
}
.TagClassName
{
border-color: #B91DED;
}
</style>