Shades of Medium Violet Red #B9207C
Tints of Medium Violet Red #B9207C
RGB
CMYK
RGB Variations
Color information
#B9207C (or 0xB9207C) is known color: Medium Violet Red. HEX triplet: B9, 20 and 7C. RGB value is (185,32,124). Sum of RGB (Red+Green+Blue) = 185+32+124=341 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.25% from 341); Green value is 32 (12.89% from 255 or 9.38% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 185 - color contains mainly: red. Hex color #B9207C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9207C is #46DF83. Grayscale: #585858. Windows color (decimal): -4644740 or 8134841. OLE color: 8134841.
HSL color Cylindrical-coordinate representation of color #B9207C: hue angle of 323.92º 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 #B9207C is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 32 | 124 | - |
| CMYK | 0 | 0.83 | 0.33 | 0.27 |
| HSL | 323.92º | 0.71% | 0.43% | - |
| HSV(B) | 323.92º | 0.83% | 0.73% | - |
| XYZ | 24.16 | 12.8 | 20.27 | - |
| YUV | 88.24 | 148.19 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 32 | 124 | 0 | 0.83 | 0.33 | 0.27 | 323.92 | 0.71 | 0.43 |
| Hex | B9 | 20 | 7C | 0 | 53 | 21 | 1B | 144 | 47 | 2B |
| Octal | 271 | 40 | 174 | 0 | 123 | 41 | 33 | 504 | 107 | 53 |
| Binary | 10111001 | 100000 | 1111100 | 0 | 1010011 | 100001 | 11011 | 101000100 | 1000111 | 101011 |
Color Harmonies of #B9207C
Complementary color
Monochromatic Colors of #B9207C
Black with #B9207C
Text Example
Text Example
White with #B9207C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9207C; }
p { color: rgb(185,32,124); }
H1.HeaderClassName
{
color: #B9207C;
}
.AnyTagClassName
{
color: #B9207C;
}
</style>
background-color css
<style>
a { background-color: #B9207C; }
a { background-color: rgb(185,32,124); }
div.DivClassName
{
background-color: #B9207C;
}
.BgClassName
{
background-color: #B9207C;
}
</style>
border-color css
<style>
span { border-color: #B9207C; }
span { border-color: rgb(185,32,124); }
td.TdClassName
{
border-color: #B9207C;
}
.TagClassName
{
border-color: #B9207C;
}
</style>