Shades of Medium Violet Red #B91DA1
Tints of Medium Violet Red #B91DA1
RGB
CMYK
RGB Variations
Color information
#B91DA1 (or 0xB91DA1) is known color: Medium Violet Red. HEX triplet: B9, 1D and A1. RGB value is (185,29,161). Sum of RGB (Red+Green+Blue) = 185+29+161=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 29 (11.72% from 255 or 7.73% from 375); Blue value is 161 (63.28% from 255 or 42.93% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B91DA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B91DA1 is #46E25E. Grayscale: #5A5A5A. Windows color (decimal): -4645471 or 10558905. OLE color: 10558905.
HSL color Cylindrical-coordinate representation of color #B91DA1: hue angle of 309.23º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B91DA1 is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 29 | 161 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.27 |
| HSL | 309.23º | 0.73% | 0.42% | - |
| HSV(B) | 309.23º | 0.84% | 0.73% | - |
| XYZ | 26.88 | 13.77 | 34.96 | - |
| YUV | 90.69 | 167.68 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 29 | 161 | 0 | 0.84 | 0.13 | 0.27 | 309.23 | 0.73 | 0.42 |
| Hex | B9 | 1D | A1 | 0 | 54 | D | 1B | 135 | 49 | 2A |
| Octal | 271 | 35 | 241 | 0 | 124 | 15 | 33 | 465 | 111 | 52 |
| Binary | 10111001 | 11101 | 10100001 | 0 | 1010100 | 1101 | 11011 | 100110101 | 1001001 | 101010 |
Color Harmonies of #B91DA1
Complementary color
Monochromatic Colors of #B91DA1
Black with #B91DA1
Text Example
Text Example
White with #B91DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91DA1; }
p { color: rgb(185,29,161); }
H1.HeaderClassName
{
color: #B91DA1;
}
.AnyTagClassName
{
color: #B91DA1;
}
</style>
background-color css
<style>
a { background-color: #B91DA1; }
a { background-color: rgb(185,29,161); }
div.DivClassName
{
background-color: #B91DA1;
}
.BgClassName
{
background-color: #B91DA1;
}
</style>
border-color css
<style>
span { border-color: #B91DA1; }
span { border-color: rgb(185,29,161); }
td.TdClassName
{
border-color: #B91DA1;
}
.TagClassName
{
border-color: #B91DA1;
}
</style>