Shades of Medium Violet Red #B9088C
Tints of Medium Violet Red #B9088C
RGB
CMYK
RGB Variations
Color information
#B9088C (or 0xB9088C) is known color: Medium Violet Red. HEX triplet: B9, 08 and 8C. RGB value is (185,8,140). Sum of RGB (Red+Green+Blue) = 185+8+140=333 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.56% from 333); Green value is 8 (3.52% from 255 or 2.40% from 333); Blue value is 140 (55.08% from 255 or 42.04% from 333); Max value from RGB is 185 - color contains mainly: red. Hex color #B9088C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9088C is #46F773. Grayscale: #4B4B4B. Windows color (decimal): -4650868 or 9177273. OLE color: 9177273.
HSL color Cylindrical-coordinate representation of color #B9088C: hue angle of 315.25º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B9088C is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 8 | 140 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.27 |
| HSL | 315.25º | 0.92% | 0.38% | - |
| HSV(B) | 315.25º | 0.96% | 0.73% | - |
| XYZ | 24.83 | 12.38 | 25.89 | - |
| YUV | 75.97 | 164.14 | 205.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 8 | 140 | 0 | 0.96 | 0.24 | 0.27 | 315.25 | 0.92 | 0.38 |
| Hex | B9 | 8 | 8C | 0 | 60 | 18 | 1B | 13B | 5C | 26 |
| Octal | 271 | 10 | 214 | 0 | 140 | 30 | 33 | 473 | 134 | 46 |
| Binary | 10111001 | 1000 | 10001100 | 0 | 1100000 | 11000 | 11011 | 100111011 | 1011100 | 100110 |
Color Harmonies of #B9088C
Complementary color
Monochromatic Colors of #B9088C
Black with #B9088C
Text Example
Text Example
White with #B9088C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9088C; }
p { color: rgb(185,8,140); }
H1.HeaderClassName
{
color: #B9088C;
}
.AnyTagClassName
{
color: #B9088C;
}
</style>
background-color css
<style>
a { background-color: #B9088C; }
a { background-color: rgb(185,8,140); }
div.DivClassName
{
background-color: #B9088C;
}
.BgClassName
{
background-color: #B9088C;
}
</style>
border-color css
<style>
span { border-color: #B9088C; }
span { border-color: rgb(185,8,140); }
td.TdClassName
{
border-color: #B9088C;
}
.TagClassName
{
border-color: #B9088C;
}
</style>