Shades of Electric Purple #B91CE8
Tints of Electric Purple #B91CE8
RGB
CMYK
RGB Variations
Color information
#B91CE8 (or 0xB91CE8) is known color: Electric Purple. HEX triplet: B9, 1C and E8. RGB value is (185,28,232). Sum of RGB (Red+Green+Blue) = 185+28+232=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 28 (11.33% from 255 or 6.29% from 445); Blue value is 232 (91.02% from 255 or 52.13% from 445); Max value from RGB is 232 - color contains mainly: blue. Hex color #B91CE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B91CE8 is #46E317. Grayscale: #616161. Windows color (decimal): -4645656 or 15211705. OLE color: 15211705.
HSL color Cylindrical-coordinate representation of color #B91CE8: hue angle of 286.18º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B91CE8 is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 28 | 232 | - |
| CMYK | 0.20 | 0.88 | 0 | 0.09 |
| HSL | 286.18º | 0.82% | 0.51% | - |
| HSV(B) | 286.18º | 0.88% | 0.91% | - |
| XYZ | 34.99 | 16.97 | 77.78 | - |
| YUV | 98.2 | 203.51 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 28 | 232 | 0.20 | 0.88 | 0 | 0.09 | 286.18 | 0.82 | 0.51 |
| Hex | B9 | 1C | E8 | 14 | 58 | 0 | 9 | 11E | 52 | 33 |
| Octal | 271 | 34 | 350 | 24 | 130 | 0 | 11 | 436 | 122 | 63 |
| Binary | 10111001 | 11100 | 11101000 | 10100 | 1011000 | 0 | 1001 | 100011110 | 1010010 | 110011 |
Color Harmonies of #B91CE8
Complementary color
Monochromatic Colors of #B91CE8
Black with #B91CE8
Text Example
Text Example
White with #B91CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91CE8; }
p { color: rgb(185,28,232); }
H1.HeaderClassName
{
color: #B91CE8;
}
.AnyTagClassName
{
color: #B91CE8;
}
</style>
background-color css
<style>
a { background-color: #B91CE8; }
a { background-color: rgb(185,28,232); }
div.DivClassName
{
background-color: #B91CE8;
}
.BgClassName
{
background-color: #B91CE8;
}
</style>
border-color css
<style>
span { border-color: #B91CE8; }
span { border-color: rgb(185,28,232); }
td.TdClassName
{
border-color: #B91CE8;
}
.TagClassName
{
border-color: #B91CE8;
}
</style>