Shades of Medium Red Violet #B9288B
Tints of Medium Red Violet #B9288B
RGB
CMYK
RGB Variations
Color information
#B9288B (or 0xB9288B) is known color: Medium Red Violet. HEX triplet: B9, 28 and 8B. RGB value is (185,40,139). Sum of RGB (Red+Green+Blue) = 185+40+139=364 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.82% from 364); Green value is 40 (16.02% from 255 or 10.99% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 185 - color contains mainly: red. Hex color #B9288B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9288B is #46D774. Grayscale: #5E5E5E. Windows color (decimal): -4642677 or 9119929. OLE color: 9119929.
HSL color Cylindrical-coordinate representation of color #B9288B: hue angle of 319.03º 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 #B9288B is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 40 | 139 | - |
| CMYK | 0 | 0.78 | 0.25 | 0.27 |
| HSL | 319.03º | 0.64% | 0.44% | - |
| HSV(B) | 319.03º | 0.78% | 0.73% | - |
| XYZ | 25.43 | 13.7 | 25.73 | - |
| YUV | 94.64 | 153.04 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 40 | 139 | 0 | 0.78 | 0.25 | 0.27 | 319.03 | 0.64 | 0.44 |
| Hex | B9 | 28 | 8B | 0 | 4E | 19 | 1B | 13F | 40 | 2C |
| Octal | 271 | 50 | 213 | 0 | 116 | 31 | 33 | 477 | 100 | 54 |
| Binary | 10111001 | 101000 | 10001011 | 0 | 1001110 | 11001 | 11011 | 100111111 | 1000000 | 101100 |
Color Harmonies of #B9288B
Complementary color
Monochromatic Colors of #B9288B
Black with #B9288B
Text Example
Text Example
White with #B9288B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9288B; }
p { color: rgb(185,40,139); }
H1.HeaderClassName
{
color: #B9288B;
}
.AnyTagClassName
{
color: #B9288B;
}
</style>
background-color css
<style>
a { background-color: #B9288B; }
a { background-color: rgb(185,40,139); }
div.DivClassName
{
background-color: #B9288B;
}
.BgClassName
{
background-color: #B9288B;
}
</style>
border-color css
<style>
span { border-color: #B9288B; }
span { border-color: rgb(185,40,139); }
td.TdClassName
{
border-color: #B9288B;
}
.TagClassName
{
border-color: #B9288B;
}
</style>