Shades of Electric Purple #B91FFC
Tints of Electric Purple #B91FFC
RGB
CMYK
RGB Variations
Color information
#B91FFC (or 0xB91FFC) is known color: Electric Purple. HEX triplet: B9, 1F and FC. RGB value is (185,31,252). Sum of RGB (Red+Green+Blue) = 185+31+252=468 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.53% from 468); Green value is 31 (12.5% from 255 or 6.62% from 468); Blue value is 252 (98.83% from 255 or 53.85% from 468); Max value from RGB is 252 - color contains mainly: blue. Hex color #B91FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B91FFC is #46E003. Grayscale: #656565. Windows color (decimal): -4644868 or 16523193. OLE color: 16523193.
HSL color Cylindrical-coordinate representation of color #B91FFC: hue angle of 281.81º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B91FFC is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 185 | 31 | 252 | - |
| CMYK | 0.27 | 0.88 | 0 | 0.01 |
| HSL | 281.81º | 0.97% | 0.55% | - |
| HSV(B) | 281.81º | 0.88% | 0.99% | - |
| XYZ | 38.07 | 18.32 | 93.63 | - |
| YUV | 102.24 | 212.52 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 31 | 252 | 0.27 | 0.88 | 0 | 0.01 | 281.81 | 0.97 | 0.55 |
| Hex | B9 | 1F | FC | 1B | 58 | 0 | 1 | 11A | 61 | 37 |
| Octal | 271 | 37 | 374 | 33 | 130 | 0 | 1 | 432 | 141 | 67 |
| Binary | 10111001 | 11111 | 11111100 | 11011 | 1011000 | 0 | 1 | 100011010 | 1100001 | 110111 |
Color Harmonies of #B91FFC
Complementary color
Monochromatic Colors of #B91FFC
Black with #B91FFC
Text Example
Text Example
White with #B91FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91FFC; }
p { color: rgb(185,31,252); }
H1.HeaderClassName
{
color: #B91FFC;
}
.AnyTagClassName
{
color: #B91FFC;
}
</style>
background-color css
<style>
a { background-color: #B91FFC; }
a { background-color: rgb(185,31,252); }
div.DivClassName
{
background-color: #B91FFC;
}
.BgClassName
{
background-color: #B91FFC;
}
</style>
border-color css
<style>
span { border-color: #B91FFC; }
span { border-color: rgb(185,31,252); }
td.TdClassName
{
border-color: #B91FFC;
}
.TagClassName
{
border-color: #B91FFC;
}
</style>