Shades of Medium Red Violet #B9288D
Tints of Medium Red Violet #B9288D
RGB
CMYK
RGB Variations
Color information
#B9288D (or 0xB9288D) is known color: Medium Red Violet. HEX triplet: B9, 28 and 8D. RGB value is (185,40,141). Sum of RGB (Red+Green+Blue) = 185+40+141=366 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.55% from 366); Green value is 40 (16.02% from 255 or 10.93% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 185 - color contains mainly: red. Hex color #B9288D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9288D is #46D772. Grayscale: #5E5E5E. Windows color (decimal): -4642675 or 9251001. OLE color: 9251001.
HSL color Cylindrical-coordinate representation of color #B9288D: hue angle of 318.21º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B9288D is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 40 | 141 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.27 |
| HSL | 318.21º | 0.64% | 0.44% | - |
| HSV(B) | 318.21º | 0.78% | 0.73% | - |
| XYZ | 25.57 | 13.75 | 26.51 | - |
| YUV | 94.87 | 154.04 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 40 | 141 | 0 | 0.78 | 0.24 | 0.27 | 318.21 | 0.64 | 0.44 |
| Hex | B9 | 28 | 8D | 0 | 4E | 18 | 1B | 13E | 40 | 2C |
| Octal | 271 | 50 | 215 | 0 | 116 | 30 | 33 | 476 | 100 | 54 |
| Binary | 10111001 | 101000 | 10001101 | 0 | 1001110 | 11000 | 11011 | 100111110 | 1000000 | 101100 |
Color Harmonies of #B9288D
Complementary color
Monochromatic Colors of #B9288D
Black with #B9288D
Text Example
Text Example
White with #B9288D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9288D; }
p { color: rgb(185,40,141); }
H1.HeaderClassName
{
color: #B9288D;
}
.AnyTagClassName
{
color: #B9288D;
}
</style>
background-color css
<style>
a { background-color: #B9288D; }
a { background-color: rgb(185,40,141); }
div.DivClassName
{
background-color: #B9288D;
}
.BgClassName
{
background-color: #B9288D;
}
</style>
border-color css
<style>
span { border-color: #B9288D; }
span { border-color: rgb(185,40,141); }
td.TdClassName
{
border-color: #B9288D;
}
.TagClassName
{
border-color: #B9288D;
}
</style>