Shades of Medium Red Violet #B9289B
Tints of Medium Red Violet #B9289B
RGB
CMYK
RGB Variations
Color information
#B9289B (or 0xB9289B) is known color: Medium Red Violet. HEX triplet: B9, 28 and 9B. RGB value is (185,40,155). Sum of RGB (Red+Green+Blue) = 185+40+155=380 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.68% from 380); Green value is 40 (16.02% from 255 or 10.53% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 185 - color contains mainly: red. Hex color #B9289B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9289B is #46D764. Grayscale: #606060. Windows color (decimal): -4642661 or 10168505. OLE color: 10168505.
HSL color Cylindrical-coordinate representation of color #B9289B: hue angle of 312.41º 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 #B9289B is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 40 | 155 | - |
| CMYK | 0 | 0.78 | 0.16 | 0.27 |
| HSL | 312.41º | 0.64% | 0.44% | - |
| HSV(B) | 312.41º | 0.78% | 0.73% | - |
| XYZ | 26.68 | 14.2 | 32.34 | - |
| YUV | 96.47 | 161.04 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 40 | 155 | 0 | 0.78 | 0.16 | 0.27 | 312.41 | 0.64 | 0.44 |
| Hex | B9 | 28 | 9B | 0 | 4E | 10 | 1B | 138 | 40 | 2C |
| Octal | 271 | 50 | 233 | 0 | 116 | 20 | 33 | 470 | 100 | 54 |
| Binary | 10111001 | 101000 | 10011011 | 0 | 1001110 | 10000 | 11011 | 100111000 | 1000000 | 101100 |
Color Harmonies of #B9289B
Complementary color
Monochromatic Colors of #B9289B
Black with #B9289B
Text Example
Text Example
White with #B9289B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9289B; }
p { color: rgb(185,40,155); }
H1.HeaderClassName
{
color: #B9289B;
}
.AnyTagClassName
{
color: #B9289B;
}
</style>
background-color css
<style>
a { background-color: #B9289B; }
a { background-color: rgb(185,40,155); }
div.DivClassName
{
background-color: #B9289B;
}
.BgClassName
{
background-color: #B9289B;
}
</style>
border-color css
<style>
span { border-color: #B9289B; }
span { border-color: rgb(185,40,155); }
td.TdClassName
{
border-color: #B9289B;
}
.TagClassName
{
border-color: #B9289B;
}
</style>