Shades of Medium Violet Red #B91A8A
Tints of Medium Violet Red #B91A8A
RGB
CMYK
RGB Variations
Color information
#B91A8A (or 0xB91A8A) is known color: Medium Violet Red. HEX triplet: B9, 1A and 8A. RGB value is (185,26,138). Sum of RGB (Red+Green+Blue) = 185+26+138=349 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.01% from 349); Green value is 26 (10.55% from 255 or 7.45% from 349); Blue value is 138 (54.30% from 255 or 39.54% from 349); Max value from RGB is 185 - color contains mainly: red. Hex color #B91A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B91A8A is #46E575. Grayscale: #565656. Windows color (decimal): -4646262 or 9050809. OLE color: 9050809.
HSL color Cylindrical-coordinate representation of color #B91A8A: hue angle of 317.74º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B91A8A is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 26 | 138 | - |
| CMYK | 0 | 0.86 | 0.25 | 0.27 |
| HSL | 317.74º | 0.75% | 0.41% | - |
| HSV(B) | 317.74º | 0.86% | 0.73% | - |
| XYZ | 24.96 | 12.89 | 25.22 | - |
| YUV | 86.31 | 157.18 | 198.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 26 | 138 | 0 | 0.86 | 0.25 | 0.27 | 317.74 | 0.75 | 0.41 |
| Hex | B9 | 1A | 8A | 0 | 56 | 19 | 1B | 13E | 4B | 29 |
| Octal | 271 | 32 | 212 | 0 | 126 | 31 | 33 | 476 | 113 | 51 |
| Binary | 10111001 | 11010 | 10001010 | 0 | 1010110 | 11001 | 11011 | 100111110 | 1001011 | 101001 |
Color Harmonies of #B91A8A
Complementary color
Monochromatic Colors of #B91A8A
Black with #B91A8A
Text Example
Text Example
White with #B91A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91A8A; }
p { color: rgb(185,26,138); }
H1.HeaderClassName
{
color: #B91A8A;
}
.AnyTagClassName
{
color: #B91A8A;
}
</style>
background-color css
<style>
a { background-color: #B91A8A; }
a { background-color: rgb(185,26,138); }
div.DivClassName
{
background-color: #B91A8A;
}
.BgClassName
{
background-color: #B91A8A;
}
</style>
border-color css
<style>
span { border-color: #B91A8A; }
span { border-color: rgb(185,26,138); }
td.TdClassName
{
border-color: #B91A8A;
}
.TagClassName
{
border-color: #B91A8A;
}
</style>