Shades of Electric Purple #B91CEC
Tints of Electric Purple #B91CEC
RGB
CMYK
RGB Variations
Color information
#B91CEC (or 0xB91CEC) is known color: Electric Purple. HEX triplet: B9, 1C and EC. RGB value is (185,28,236). Sum of RGB (Red+Green+Blue) = 185+28+236=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 28 (11.33% from 255 or 6.24% from 449); Blue value is 236 (92.58% from 255 or 52.56% from 449); Max value from RGB is 236 - color contains mainly: blue. Hex color #B91CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B91CEC is #46E313. Grayscale: #616161. Windows color (decimal): -4645652 or 15473849. OLE color: 15473849.
HSL color Cylindrical-coordinate representation of color #B91CEC: hue angle of 285.29º 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 #B91CEC is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 28 | 236 | - |
| CMYK | 0.22 | 0.88 | 0 | 0.07 |
| HSL | 285.29º | 0.85% | 0.52% | - |
| HSV(B) | 285.29º | 0.88% | 0.93% | - |
| XYZ | 35.56 | 17.2 | 80.8 | - |
| YUV | 98.66 | 205.51 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 28 | 236 | 0.22 | 0.88 | 0 | 0.07 | 285.29 | 0.85 | 0.52 |
| Hex | B9 | 1C | EC | 16 | 58 | 0 | 7 | 11D | 55 | 34 |
| Octal | 271 | 34 | 354 | 26 | 130 | 0 | 7 | 435 | 125 | 64 |
| Binary | 10111001 | 11100 | 11101100 | 10110 | 1011000 | 0 | 111 | 100011101 | 1010101 | 110100 |
Color Harmonies of #B91CEC
Complementary color
Monochromatic Colors of #B91CEC
Black with #B91CEC
Text Example
Text Example
White with #B91CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91CEC; }
p { color: rgb(185,28,236); }
H1.HeaderClassName
{
color: #B91CEC;
}
.AnyTagClassName
{
color: #B91CEC;
}
</style>
background-color css
<style>
a { background-color: #B91CEC; }
a { background-color: rgb(185,28,236); }
div.DivClassName
{
background-color: #B91CEC;
}
.BgClassName
{
background-color: #B91CEC;
}
</style>
border-color css
<style>
span { border-color: #B91CEC; }
span { border-color: rgb(185,28,236); }
td.TdClassName
{
border-color: #B91CEC;
}
.TagClassName
{
border-color: #B91CEC;
}
</style>