Shades of Medium Violet Red #B9209D
Tints of Medium Violet Red #B9209D
RGB
CMYK
RGB Variations
Color information
#B9209D (or 0xB9209D) is known color: Medium Violet Red. HEX triplet: B9, 20 and 9D. RGB value is (185,32,157). Sum of RGB (Red+Green+Blue) = 185+32+157=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 32 (12.89% from 255 or 8.56% from 374); Blue value is 157 (61.72% from 255 or 41.98% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B9209D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9209D is #46DF62. Grayscale: #5B5B5B. Windows color (decimal): -4644707 or 10297529. OLE color: 10297529.
HSL color Cylindrical-coordinate representation of color #B9209D: hue angle of 310.98º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B9209D is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 32 | 157 | - |
| CMYK | 0 | 0.83 | 0.15 | 0.27 |
| HSL | 310.98º | 0.71% | 0.43% | - |
| HSV(B) | 310.98º | 0.83% | 0.73% | - |
| XYZ | 26.61 | 13.78 | 33.16 | - |
| YUV | 92 | 164.69 | 194.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 32 | 157 | 0 | 0.83 | 0.15 | 0.27 | 310.98 | 0.71 | 0.43 |
| Hex | B9 | 20 | 9D | 0 | 53 | F | 1B | 137 | 47 | 2B |
| Octal | 271 | 40 | 235 | 0 | 123 | 17 | 33 | 467 | 107 | 53 |
| Binary | 10111001 | 100000 | 10011101 | 0 | 1010011 | 1111 | 11011 | 100110111 | 1000111 | 101011 |
Color Harmonies of #B9209D
Complementary color
Monochromatic Colors of #B9209D
Black with #B9209D
Text Example
Text Example
White with #B9209D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9209D; }
p { color: rgb(185,32,157); }
H1.HeaderClassName
{
color: #B9209D;
}
.AnyTagClassName
{
color: #B9209D;
}
</style>
background-color css
<style>
a { background-color: #B9209D; }
a { background-color: rgb(185,32,157); }
div.DivClassName
{
background-color: #B9209D;
}
.BgClassName
{
background-color: #B9209D;
}
</style>
border-color css
<style>
span { border-color: #B9209D; }
span { border-color: rgb(185,32,157); }
td.TdClassName
{
border-color: #B9209D;
}
.TagClassName
{
border-color: #B9209D;
}
</style>