Shades of Medium Violet Red #B9078C
Tints of Medium Violet Red #B9078C
RGB
CMYK
RGB Variations
Color information
#B9078C (or 0xB9078C) is known color: Medium Violet Red. HEX triplet: B9, 07 and 8C. RGB value is (185,7,140). Sum of RGB (Red+Green+Blue) = 185+7+140=332 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.72% from 332); Green value is 7 (3.12% from 255 or 2.11% from 332); Blue value is 140 (55.08% from 255 or 42.17% from 332); Max value from RGB is 185 - color contains mainly: red. Hex color #B9078C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9078C is #46F873. Grayscale: #4B4B4B. Windows color (decimal): -4651124 or 9177017. OLE color: 9177017.
HSL color Cylindrical-coordinate representation of color #B9078C: hue angle of 315.17º degrees, saturation: 0.93, 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 #B9078C is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 7 | 140 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.27 |
| HSL | 315.17º | 0.93% | 0.38% | - |
| HSV(B) | 315.17º | 0.96% | 0.73% | - |
| XYZ | 24.82 | 12.36 | 25.89 | - |
| YUV | 75.38 | 164.47 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 7 | 140 | 0 | 0.96 | 0.24 | 0.27 | 315.17 | 0.93 | 0.38 |
| Hex | B9 | 7 | 8C | 0 | 60 | 18 | 1B | 13B | 5D | 26 |
| Octal | 271 | 7 | 214 | 0 | 140 | 30 | 33 | 473 | 135 | 46 |
| Binary | 10111001 | 111 | 10001100 | 0 | 1100000 | 11000 | 11011 | 100111011 | 1011101 | 100110 |
Color Harmonies of #B9078C
Complementary color
Monochromatic Colors of #B9078C
Black with #B9078C
Text Example
Text Example
White with #B9078C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9078C; }
p { color: rgb(185,7,140); }
H1.HeaderClassName
{
color: #B9078C;
}
.AnyTagClassName
{
color: #B9078C;
}
</style>
background-color css
<style>
a { background-color: #B9078C; }
a { background-color: rgb(185,7,140); }
div.DivClassName
{
background-color: #B9078C;
}
.BgClassName
{
background-color: #B9078C;
}
</style>
border-color css
<style>
span { border-color: #B9078C; }
span { border-color: rgb(185,7,140); }
td.TdClassName
{
border-color: #B9078C;
}
.TagClassName
{
border-color: #B9078C;
}
</style>