Shades of Medium Violet Red #B9208B
Tints of Medium Violet Red #B9208B
RGB
CMYK
RGB Variations
Color information
#B9208B (or 0xB9208B) is known color: Medium Violet Red. HEX triplet: B9, 20 and 8B. RGB value is (185,32,139). Sum of RGB (Red+Green+Blue) = 185+32+139=356 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.97% from 356); Green value is 32 (12.89% from 255 or 8.99% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 185 - color contains mainly: red. Hex color #B9208B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9208B is #46DF74. Grayscale: #595959. Windows color (decimal): -4644725 or 9117881. OLE color: 9117881.
HSL color Cylindrical-coordinate representation of color #B9208B: hue angle of 318.04º 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 #B9208B is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 32 | 139 | - |
| CMYK | 0 | 0.83 | 0.25 | 0.27 |
| HSL | 318.04º | 0.71% | 0.43% | - |
| HSV(B) | 318.04º | 0.83% | 0.73% | - |
| XYZ | 25.18 | 13.21 | 25.65 | - |
| YUV | 89.95 | 155.69 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 32 | 139 | 0 | 0.83 | 0.25 | 0.27 | 318.04 | 0.71 | 0.43 |
| Hex | B9 | 20 | 8B | 0 | 53 | 19 | 1B | 13E | 47 | 2B |
| Octal | 271 | 40 | 213 | 0 | 123 | 31 | 33 | 476 | 107 | 53 |
| Binary | 10111001 | 100000 | 10001011 | 0 | 1010011 | 11001 | 11011 | 100111110 | 1000111 | 101011 |
Color Harmonies of #B9208B
Complementary color
Monochromatic Colors of #B9208B
Black with #B9208B
Text Example
Text Example
White with #B9208B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9208B; }
p { color: rgb(185,32,139); }
H1.HeaderClassName
{
color: #B9208B;
}
.AnyTagClassName
{
color: #B9208B;
}
</style>
background-color css
<style>
a { background-color: #B9208B; }
a { background-color: rgb(185,32,139); }
div.DivClassName
{
background-color: #B9208B;
}
.BgClassName
{
background-color: #B9208B;
}
</style>
border-color css
<style>
span { border-color: #B9208B; }
span { border-color: rgb(185,32,139); }
td.TdClassName
{
border-color: #B9208B;
}
.TagClassName
{
border-color: #B9208B;
}
</style>