Shades of Medium Violet Red #B91DA8
Tints of Medium Violet Red #B91DA8
RGB
CMYK
RGB Variations
Color information
#B91DA8 (or 0xB91DA8) is known color: Medium Violet Red. HEX triplet: B9, 1D and A8. RGB value is (185,29,168). Sum of RGB (Red+Green+Blue) = 185+29+168=382 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.43% from 382); Green value is 29 (11.72% from 255 or 7.59% from 382); Blue value is 168 (66.02% from 255 or 43.98% from 382); Max value from RGB is 185 - color contains mainly: red. Hex color #B91DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B91DA8 is #46E257. Grayscale: #5B5B5B. Windows color (decimal): -4645464 or 11017657. OLE color: 11017657.
HSL color Cylindrical-coordinate representation of color #B91DA8: hue angle of 306.54º 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 #B91DA8 is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 29 | 168 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.27 |
| HSL | 306.54º | 0.73% | 0.42% | - |
| HSV(B) | 306.54º | 0.84% | 0.73% | - |
| XYZ | 27.51 | 14.02 | 38.3 | - |
| YUV | 91.49 | 171.18 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 29 | 168 | 0 | 0.84 | 0.09 | 0.27 | 306.54 | 0.73 | 0.42 |
| Hex | B9 | 1D | A8 | 0 | 54 | 9 | 1B | 133 | 49 | 2A |
| Octal | 271 | 35 | 250 | 0 | 124 | 11 | 33 | 463 | 111 | 52 |
| Binary | 10111001 | 11101 | 10101000 | 0 | 1010100 | 1001 | 11011 | 100110011 | 1001001 | 101010 |
Color Harmonies of #B91DA8
Complementary color
Monochromatic Colors of #B91DA8
Black with #B91DA8
Text Example
Text Example
White with #B91DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91DA8; }
p { color: rgb(185,29,168); }
H1.HeaderClassName
{
color: #B91DA8;
}
.AnyTagClassName
{
color: #B91DA8;
}
</style>
background-color css
<style>
a { background-color: #B91DA8; }
a { background-color: rgb(185,29,168); }
div.DivClassName
{
background-color: #B91DA8;
}
.BgClassName
{
background-color: #B91DA8;
}
</style>
border-color css
<style>
span { border-color: #B91DA8; }
span { border-color: rgb(185,29,168); }
td.TdClassName
{
border-color: #B91DA8;
}
.TagClassName
{
border-color: #B91DA8;
}
</style>