Shades of Electric Purple #B91BEE
Tints of Electric Purple #B91BEE
RGB
CMYK
RGB Variations
Color information
#B91BEE (or 0xB91BEE) is known color: Electric Purple. HEX triplet: B9, 1B and EE. RGB value is (185,27,238). Sum of RGB (Red+Green+Blue) = 185+27+238=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 27 (10.94% from 255 or 6% from 450); Blue value is 238 (93.36% from 255 or 52.89% from 450); Max value from RGB is 238 - color contains mainly: blue. Hex color #B91BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B91BEE is #46E411. Grayscale: #616161. Windows color (decimal): -4645906 or 15604665. OLE color: 15604665.
HSL color Cylindrical-coordinate representation of color #B91BEE: hue angle of 284.93º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B91BEE is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 27 | 238 | - |
| CMYK | 0.22 | 0.89 | 0 | 0.07 |
| HSL | 284.93º | 0.86% | 0.52% | - |
| HSV(B) | 284.93º | 0.89% | 0.93% | - |
| XYZ | 35.83 | 17.27 | 82.33 | - |
| YUV | 98.3 | 206.85 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 27 | 238 | 0.22 | 0.89 | 0 | 0.07 | 284.93 | 0.86 | 0.52 |
| Hex | B9 | 1B | EE | 16 | 59 | 0 | 7 | 11D | 56 | 34 |
| Octal | 271 | 33 | 356 | 26 | 131 | 0 | 7 | 435 | 126 | 64 |
| Binary | 10111001 | 11011 | 11101110 | 10110 | 1011001 | 0 | 111 | 100011101 | 1010110 | 110100 |
Color Harmonies of #B91BEE
Complementary color
Monochromatic Colors of #B91BEE
Black with #B91BEE
Text Example
Text Example
White with #B91BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91BEE; }
p { color: rgb(185,27,238); }
H1.HeaderClassName
{
color: #B91BEE;
}
.AnyTagClassName
{
color: #B91BEE;
}
</style>
background-color css
<style>
a { background-color: #B91BEE; }
a { background-color: rgb(185,27,238); }
div.DivClassName
{
background-color: #B91BEE;
}
.BgClassName
{
background-color: #B91BEE;
}
</style>
border-color css
<style>
span { border-color: #B91BEE; }
span { border-color: rgb(185,27,238); }
td.TdClassName
{
border-color: #B91BEE;
}
.TagClassName
{
border-color: #B91BEE;
}
</style>