Shades of Electric Purple #B91FED
Tints of Electric Purple #B91FED
RGB
CMYK
RGB Variations
Color information
#B91FED (or 0xB91FED) is known color: Electric Purple. HEX triplet: B9, 1F and ED. RGB value is (185,31,237). Sum of RGB (Red+Green+Blue) = 185+31+237=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 31 (12.5% from 255 or 6.84% from 453); Blue value is 237 (92.97% from 255 or 52.32% from 453); Max value from RGB is 237 - color contains mainly: blue. Hex color #B91FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B91FED is #46E012. Grayscale: #636363. Windows color (decimal): -4644883 or 15540153. OLE color: 15540153.
HSL color Cylindrical-coordinate representation of color #B91FED: hue angle of 284.85º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B91FED is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 31 | 237 | - |
| CMYK | 0.22 | 0.87 | 0 | 0.07 |
| HSL | 284.85º | 0.85% | 0.53% | - |
| HSV(B) | 284.85º | 0.87% | 0.93% | - |
| XYZ | 35.78 | 17.41 | 81.59 | - |
| YUV | 100.53 | 205.02 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 31 | 237 | 0.22 | 0.87 | 0 | 0.07 | 284.85 | 0.85 | 0.53 |
| Hex | B9 | 1F | ED | 16 | 57 | 0 | 7 | 11D | 55 | 35 |
| Octal | 271 | 37 | 355 | 26 | 127 | 0 | 7 | 435 | 125 | 65 |
| Binary | 10111001 | 11111 | 11101101 | 10110 | 1010111 | 0 | 111 | 100011101 | 1010101 | 110101 |
Color Harmonies of #B91FED
Complementary color
Monochromatic Colors of #B91FED
Black with #B91FED
Text Example
Text Example
White with #B91FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91FED; }
p { color: rgb(185,31,237); }
H1.HeaderClassName
{
color: #B91FED;
}
.AnyTagClassName
{
color: #B91FED;
}
</style>
background-color css
<style>
a { background-color: #B91FED; }
a { background-color: rgb(185,31,237); }
div.DivClassName
{
background-color: #B91FED;
}
.BgClassName
{
background-color: #B91FED;
}
</style>
border-color css
<style>
span { border-color: #B91FED; }
span { border-color: rgb(185,31,237); }
td.TdClassName
{
border-color: #B91FED;
}
.TagClassName
{
border-color: #B91FED;
}
</style>