Shades of Medium Violet Red #B9208F
Tints of Medium Violet Red #B9208F
RGB
CMYK
RGB Variations
Color information
#B9208F (or 0xB9208F) is known color: Medium Violet Red. HEX triplet: B9, 20 and 8F. RGB value is (185,32,143). Sum of RGB (Red+Green+Blue) = 185+32+143=360 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.39% from 360); Green value is 32 (12.89% from 255 or 8.89% from 360); Blue value is 143 (56.25% from 255 or 39.72% from 360); Max value from RGB is 185 - color contains mainly: red. Hex color #B9208F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9208F is #46DF70. Grayscale: #5A5A5A. Windows color (decimal): -4644721 or 9380025. OLE color: 9380025.
HSL color Cylindrical-coordinate representation of color #B9208F: hue angle of 316.47º 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 #B9208F is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 32 | 143 | - |
| CMYK | 0 | 0.83 | 0.23 | 0.27 |
| HSL | 316.47º | 0.71% | 0.43% | - |
| HSV(B) | 316.47º | 0.83% | 0.73% | - |
| XYZ | 25.48 | 13.33 | 27.22 | - |
| YUV | 90.4 | 157.69 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 32 | 143 | 0 | 0.83 | 0.23 | 0.27 | 316.47 | 0.71 | 0.43 |
| Hex | B9 | 20 | 8F | 0 | 53 | 17 | 1B | 13C | 47 | 2B |
| Octal | 271 | 40 | 217 | 0 | 123 | 27 | 33 | 474 | 107 | 53 |
| Binary | 10111001 | 100000 | 10001111 | 0 | 1010011 | 10111 | 11011 | 100111100 | 1000111 | 101011 |
Color Harmonies of #B9208F
Complementary color
Monochromatic Colors of #B9208F
Black with #B9208F
Text Example
Text Example
White with #B9208F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9208F; }
p { color: rgb(185,32,143); }
H1.HeaderClassName
{
color: #B9208F;
}
.AnyTagClassName
{
color: #B9208F;
}
</style>
background-color css
<style>
a { background-color: #B9208F; }
a { background-color: rgb(185,32,143); }
div.DivClassName
{
background-color: #B9208F;
}
.BgClassName
{
background-color: #B9208F;
}
</style>
border-color css
<style>
span { border-color: #B9208F; }
span { border-color: rgb(185,32,143); }
td.TdClassName
{
border-color: #B9208F;
}
.TagClassName
{
border-color: #B9208F;
}
</style>