Shades of Medium Red Violet #B9287D
Tints of Medium Red Violet #B9287D
RGB
CMYK
RGB Variations
Color information
#B9287D (or 0xB9287D) is known color: Medium Red Violet. HEX triplet: B9, 28 and 7D. RGB value is (185,40,125). Sum of RGB (Red+Green+Blue) = 185+40+125=350 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.86% from 350); Green value is 40 (16.02% from 255 or 11.43% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 185 - color contains mainly: red. Hex color #B9287D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9287D is #46D782. Grayscale: #5C5C5C. Windows color (decimal): -4642691 or 8202425. OLE color: 8202425.
HSL color Cylindrical-coordinate representation of color #B9287D: hue angle of 324.83º 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 #B9287D is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 40 | 125 | - |
| CMYK | 0 | 0.78 | 0.32 | 0.27 |
| HSL | 324.83º | 0.64% | 0.44% | - |
| HSV(B) | 324.83º | 0.78% | 0.73% | - |
| XYZ | 24.47 | 13.31 | 20.68 | - |
| YUV | 93.05 | 146.04 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 40 | 125 | 0 | 0.78 | 0.32 | 0.27 | 324.83 | 0.64 | 0.44 |
| Hex | B9 | 28 | 7D | 0 | 4E | 20 | 1B | 145 | 40 | 2C |
| Octal | 271 | 50 | 175 | 0 | 116 | 40 | 33 | 505 | 100 | 54 |
| Binary | 10111001 | 101000 | 1111101 | 0 | 1001110 | 100000 | 11011 | 101000101 | 1000000 | 101100 |
Color Harmonies of #B9287D
Complementary color
Monochromatic Colors of #B9287D
Black with #B9287D
Text Example
Text Example
White with #B9287D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9287D; }
p { color: rgb(185,40,125); }
H1.HeaderClassName
{
color: #B9287D;
}
.AnyTagClassName
{
color: #B9287D;
}
</style>
background-color css
<style>
a { background-color: #B9287D; }
a { background-color: rgb(185,40,125); }
div.DivClassName
{
background-color: #B9287D;
}
.BgClassName
{
background-color: #B9287D;
}
</style>
border-color css
<style>
span { border-color: #B9287D; }
span { border-color: rgb(185,40,125); }
td.TdClassName
{
border-color: #B9287D;
}
.TagClassName
{
border-color: #B9287D;
}
</style>