Shades of Deep Magenta #B91BBA
Tints of Deep Magenta #B91BBA
RGB
CMYK
RGB Variations
Color information
#B91BBA (or 0xB91BBA) is known color: Deep Magenta. HEX triplet: B9, 1B and BA. RGB value is (185,27,186). Sum of RGB (Red+Green+Blue) = 185+27+186=398 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.48% from 398); Green value is 27 (10.94% from 255 or 6.78% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #B91BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B91BBA is #46E445. Grayscale: #5B5B5B. Windows color (decimal): -4645958 or 12196793. OLE color: 12196793.
HSL color Cylindrical-coordinate representation of color #B91BBA: hue angle of 299.62º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B91BBA is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 27 | 186 | - |
| CMYK | 0.01 | 0.85 | 0 | 0.27 |
| HSL | 299.62º | 0.75% | 0.42% | - |
| HSV(B) | 299.62º | 0.85% | 0.73% | - |
| XYZ | 29.26 | 14.64 | 47.74 | - |
| YUV | 92.37 | 180.85 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 27 | 186 | 0.01 | 0.85 | 0 | 0.27 | 299.62 | 0.75 | 0.42 |
| Hex | B9 | 1B | BA | 1 | 55 | 0 | 1B | 12C | 4B | 2A |
| Octal | 271 | 33 | 272 | 1 | 125 | 0 | 33 | 454 | 113 | 52 |
| Binary | 10111001 | 11011 | 10111010 | 1 | 1010101 | 0 | 11011 | 100101100 | 1001011 | 101010 |
Color Harmonies of #B91BBA
Complementary color
Monochromatic Colors of #B91BBA
Black with #B91BBA
Text Example
Text Example
White with #B91BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91BBA; }
p { color: rgb(185,27,186); }
H1.HeaderClassName
{
color: #B91BBA;
}
.AnyTagClassName
{
color: #B91BBA;
}
</style>
background-color css
<style>
a { background-color: #B91BBA; }
a { background-color: rgb(185,27,186); }
div.DivClassName
{
background-color: #B91BBA;
}
.BgClassName
{
background-color: #B91BBA;
}
</style>
border-color css
<style>
span { border-color: #B91BBA; }
span { border-color: rgb(185,27,186); }
td.TdClassName
{
border-color: #B91BBA;
}
.TagClassName
{
border-color: #B91BBA;
}
</style>