Shades of Electric Purple #B91CF7
Tints of Electric Purple #B91CF7
RGB
CMYK
RGB Variations
Color information
#B91CF7 (or 0xB91CF7) is known color: Electric Purple. HEX triplet: B9, 1C and F7. RGB value is (185,28,247). Sum of RGB (Red+Green+Blue) = 185+28+247=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 28 (11.33% from 255 or 6.09% from 460); Blue value is 247 (96.88% from 255 or 53.70% from 460); Max value from RGB is 247 - color contains mainly: blue. Hex color #B91CF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B91CF7 is #46E308. Grayscale: #636363. Windows color (decimal): -4645641 or 16194745. OLE color: 16194745.
HSL color Cylindrical-coordinate representation of color #B91CF7: hue angle of 283.01º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B91CF7 is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 185 | 28 | 247 | - |
| CMYK | 0.25 | 0.89 | 0 | 0.03 |
| HSL | 283.01º | 0.93% | 0.54% | - |
| HSV(B) | 283.01º | 0.89% | 0.97% | - |
| XYZ | 37.21 | 17.86 | 89.48 | - |
| YUV | 99.91 | 211.01 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 28 | 247 | 0.25 | 0.89 | 0 | 0.03 | 283.01 | 0.93 | 0.54 |
| Hex | B9 | 1C | F7 | 19 | 59 | 0 | 3 | 11B | 5D | 36 |
| Octal | 271 | 34 | 367 | 31 | 131 | 0 | 3 | 433 | 135 | 66 |
| Binary | 10111001 | 11100 | 11110111 | 11001 | 1011001 | 0 | 11 | 100011011 | 1011101 | 110110 |
Color Harmonies of #B91CF7
Complementary color
Monochromatic Colors of #B91CF7
Black with #B91CF7
Text Example
Text Example
White with #B91CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91CF7; }
p { color: rgb(185,28,247); }
H1.HeaderClassName
{
color: #B91CF7;
}
.AnyTagClassName
{
color: #B91CF7;
}
</style>
background-color css
<style>
a { background-color: #B91CF7; }
a { background-color: rgb(185,28,247); }
div.DivClassName
{
background-color: #B91CF7;
}
.BgClassName
{
background-color: #B91CF7;
}
</style>
border-color css
<style>
span { border-color: #B91CF7; }
span { border-color: rgb(185,28,247); }
td.TdClassName
{
border-color: #B91CF7;
}
.TagClassName
{
border-color: #B91CF7;
}
</style>