Shades of Medium Violet Red #B9178B
Tints of Medium Violet Red #B9178B
RGB
CMYK
RGB Variations
Color information
#B9178B (or 0xB9178B) is known color: Medium Violet Red. HEX triplet: B9, 17 and 8B. RGB value is (185,23,139). Sum of RGB (Red+Green+Blue) = 185+23+139=347 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.31% from 347); Green value is 23 (9.38% from 255 or 6.63% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 185 - color contains mainly: red. Hex color #B9178B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9178B is #46E874. Grayscale: #545454. Windows color (decimal): -4647029 or 9115577. OLE color: 9115577.
HSL color Cylindrical-coordinate representation of color #B9178B: hue angle of 317.04º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B9178B is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 23 | 139 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.27 |
| HSL | 317.04º | 0.78% | 0.41% | - |
| HSV(B) | 317.04º | 0.88% | 0.73% | - |
| XYZ | 24.97 | 12.79 | 25.58 | - |
| YUV | 84.66 | 158.67 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 23 | 139 | 0 | 0.88 | 0.25 | 0.27 | 317.04 | 0.78 | 0.41 |
| Hex | B9 | 17 | 8B | 0 | 58 | 19 | 1B | 13D | 4E | 29 |
| Octal | 271 | 27 | 213 | 0 | 130 | 31 | 33 | 475 | 116 | 51 |
| Binary | 10111001 | 10111 | 10001011 | 0 | 1011000 | 11001 | 11011 | 100111101 | 1001110 | 101001 |
Color Harmonies of #B9178B
Complementary color
Monochromatic Colors of #B9178B
Black with #B9178B
Text Example
Text Example
White with #B9178B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9178B; }
p { color: rgb(185,23,139); }
H1.HeaderClassName
{
color: #B9178B;
}
.AnyTagClassName
{
color: #B9178B;
}
</style>
background-color css
<style>
a { background-color: #B9178B; }
a { background-color: rgb(185,23,139); }
div.DivClassName
{
background-color: #B9178B;
}
.BgClassName
{
background-color: #B9178B;
}
</style>
border-color css
<style>
span { border-color: #B9178B; }
span { border-color: rgb(185,23,139); }
td.TdClassName
{
border-color: #B9178B;
}
.TagClassName
{
border-color: #B9178B;
}
</style>