Shades of Medium Violet Red #B9207A
Tints of Medium Violet Red #B9207A
RGB
CMYK
RGB Variations
Color information
#B9207A (or 0xB9207A) is known color: Medium Violet Red. HEX triplet: B9, 20 and 7A. RGB value is (185,32,122). Sum of RGB (Red+Green+Blue) = 185+32+122=339 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.57% from 339); Green value is 32 (12.89% from 255 or 9.44% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 185 - color contains mainly: red. Hex color #B9207A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9207A is #46DF85. Grayscale: #575757. Windows color (decimal): -4644742 or 8003769. OLE color: 8003769.
HSL color Cylindrical-coordinate representation of color #B9207A: hue angle of 324.71º 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 #B9207A is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 32 | 122 | - |
| CMYK | 0 | 0.83 | 0.34 | 0.27 |
| HSL | 324.71º | 0.71% | 0.43% | - |
| HSV(B) | 324.71º | 0.83% | 0.73% | - |
| XYZ | 24.04 | 12.75 | 19.61 | - |
| YUV | 88.01 | 147.19 | 197.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 32 | 122 | 0 | 0.83 | 0.34 | 0.27 | 324.71 | 0.71 | 0.43 |
| Hex | B9 | 20 | 7A | 0 | 53 | 22 | 1B | 145 | 47 | 2B |
| Octal | 271 | 40 | 172 | 0 | 123 | 42 | 33 | 505 | 107 | 53 |
| Binary | 10111001 | 100000 | 1111010 | 0 | 1010011 | 100010 | 11011 | 101000101 | 1000111 | 101011 |
Color Harmonies of #B9207A
Complementary color
Monochromatic Colors of #B9207A
Black with #B9207A
Text Example
Text Example
White with #B9207A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9207A; }
p { color: rgb(185,32,122); }
H1.HeaderClassName
{
color: #B9207A;
}
.AnyTagClassName
{
color: #B9207A;
}
</style>
background-color css
<style>
a { background-color: #B9207A; }
a { background-color: rgb(185,32,122); }
div.DivClassName
{
background-color: #B9207A;
}
.BgClassName
{
background-color: #B9207A;
}
</style>
border-color css
<style>
span { border-color: #B9207A; }
span { border-color: rgb(185,32,122); }
td.TdClassName
{
border-color: #B9207A;
}
.TagClassName
{
border-color: #B9207A;
}
</style>