Shades of Electric Purple #B91DF6
Tints of Electric Purple #B91DF6
RGB
CMYK
RGB Variations
Color information
#B91DF6 (or 0xB91DF6) is known color: Electric Purple. HEX triplet: B9, 1D and F6. RGB value is (185,29,246). Sum of RGB (Red+Green+Blue) = 185+29+246=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 29 (11.72% from 255 or 6.30% from 460); Blue value is 246 (96.48% from 255 or 53.48% from 460); Max value from RGB is 246 - color contains mainly: blue. Hex color #B91DF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B91DF6 is #46E209. Grayscale: #636363. Windows color (decimal): -4645386 or 16129465. OLE color: 16129465.
HSL color Cylindrical-coordinate representation of color #B91DF6: hue angle of 283.13º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B91DF6 is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 185 | 29 | 246 | - |
| CMYK | 0.25 | 0.88 | 0 | 0.04 |
| HSL | 283.13º | 0.92% | 0.54% | - |
| HSV(B) | 283.13º | 0.88% | 0.96% | - |
| XYZ | 37.08 | 17.85 | 88.68 | - |
| YUV | 100.38 | 210.18 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 29 | 246 | 0.25 | 0.88 | 0 | 0.04 | 283.13 | 0.92 | 0.54 |
| Hex | B9 | 1D | F6 | 19 | 58 | 0 | 4 | 11B | 5C | 36 |
| Octal | 271 | 35 | 366 | 31 | 130 | 0 | 4 | 433 | 134 | 66 |
| Binary | 10111001 | 11101 | 11110110 | 11001 | 1011000 | 0 | 100 | 100011011 | 1011100 | 110110 |
Color Harmonies of #B91DF6
Complementary color
Monochromatic Colors of #B91DF6
Black with #B91DF6
Text Example
Text Example
White with #B91DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91DF6; }
p { color: rgb(185,29,246); }
H1.HeaderClassName
{
color: #B91DF6;
}
.AnyTagClassName
{
color: #B91DF6;
}
</style>
background-color css
<style>
a { background-color: #B91DF6; }
a { background-color: rgb(185,29,246); }
div.DivClassName
{
background-color: #B91DF6;
}
.BgClassName
{
background-color: #B91DF6;
}
</style>
border-color css
<style>
span { border-color: #B91DF6; }
span { border-color: rgb(185,29,246); }
td.TdClassName
{
border-color: #B91DF6;
}
.TagClassName
{
border-color: #B91DF6;
}
</style>