Shades of Electric Purple #B91FEA
Tints of Electric Purple #B91FEA
RGB
CMYK
RGB Variations
Color information
#B91FEA (or 0xB91FEA) is known color: Electric Purple. HEX triplet: B9, 1F and EA. RGB value is (185,31,234). Sum of RGB (Red+Green+Blue) = 185+31+234=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 31 (12.5% from 255 or 6.89% from 450); Blue value is 234 (91.80% from 255 or 52% from 450); Max value from RGB is 234 - color contains mainly: blue. Hex color #B91FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B91FEA is #46E015. Grayscale: #636363. Windows color (decimal): -4644886 or 15343545. OLE color: 15343545.
HSL color Cylindrical-coordinate representation of color #B91FEA: hue angle of 285.52º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B91FEA is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 185 | 31 | 234 | - |
| CMYK | 0.21 | 0.87 | 0 | 0.08 |
| HSL | 285.52º | 0.83% | 0.52% | - |
| HSV(B) | 285.52º | 0.87% | 0.92% | - |
| XYZ | 35.35 | 17.23 | 79.31 | - |
| YUV | 100.19 | 203.52 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 31 | 234 | 0.21 | 0.87 | 0 | 0.08 | 285.52 | 0.83 | 0.52 |
| Hex | B9 | 1F | EA | 15 | 57 | 0 | 8 | 11E | 53 | 34 |
| Octal | 271 | 37 | 352 | 25 | 127 | 0 | 10 | 436 | 123 | 64 |
| Binary | 10111001 | 11111 | 11101010 | 10101 | 1010111 | 0 | 1000 | 100011110 | 1010011 | 110100 |
Color Harmonies of #B91FEA
Complementary color
Monochromatic Colors of #B91FEA
Black with #B91FEA
Text Example
Text Example
White with #B91FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91FEA; }
p { color: rgb(185,31,234); }
H1.HeaderClassName
{
color: #B91FEA;
}
.AnyTagClassName
{
color: #B91FEA;
}
</style>
background-color css
<style>
a { background-color: #B91FEA; }
a { background-color: rgb(185,31,234); }
div.DivClassName
{
background-color: #B91FEA;
}
.BgClassName
{
background-color: #B91FEA;
}
</style>
border-color css
<style>
span { border-color: #B91FEA; }
span { border-color: rgb(185,31,234); }
td.TdClassName
{
border-color: #B91FEA;
}
.TagClassName
{
border-color: #B91FEA;
}
</style>