Shades of Medium Violet Red #B9178A
Tints of Medium Violet Red #B9178A
RGB
CMYK
RGB Variations
Color information
#B9178A (or 0xB9178A) is known color: Medium Violet Red. HEX triplet: B9, 17 and 8A. RGB value is (185,23,138). Sum of RGB (Red+Green+Blue) = 185+23+138=346 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.47% from 346); Green value is 23 (9.38% from 255 or 6.65% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 185 - color contains mainly: red. Hex color #B9178A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9178A is #46E875. Grayscale: #545454. Windows color (decimal): -4647030 or 9050041. OLE color: 9050041.
HSL color Cylindrical-coordinate representation of color #B9178A: hue angle of 317.41º 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 #B9178A is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 23 | 138 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.27 |
| HSL | 317.41º | 0.78% | 0.41% | - |
| HSV(B) | 317.41º | 0.88% | 0.73% | - |
| XYZ | 24.9 | 12.76 | 25.2 | - |
| YUV | 84.55 | 158.17 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 23 | 138 | 0 | 0.88 | 0.25 | 0.27 | 317.41 | 0.78 | 0.41 |
| Hex | B9 | 17 | 8A | 0 | 58 | 19 | 1B | 13D | 4E | 29 |
| Octal | 271 | 27 | 212 | 0 | 130 | 31 | 33 | 475 | 116 | 51 |
| Binary | 10111001 | 10111 | 10001010 | 0 | 1011000 | 11001 | 11011 | 100111101 | 1001110 | 101001 |
Color Harmonies of #B9178A
Complementary color
Monochromatic Colors of #B9178A
Black with #B9178A
Text Example
Text Example
White with #B9178A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9178A; }
p { color: rgb(185,23,138); }
H1.HeaderClassName
{
color: #B9178A;
}
.AnyTagClassName
{
color: #B9178A;
}
</style>
background-color css
<style>
a { background-color: #B9178A; }
a { background-color: rgb(185,23,138); }
div.DivClassName
{
background-color: #B9178A;
}
.BgClassName
{
background-color: #B9178A;
}
</style>
border-color css
<style>
span { border-color: #B9178A; }
span { border-color: rgb(185,23,138); }
td.TdClassName
{
border-color: #B9178A;
}
.TagClassName
{
border-color: #B9178A;
}
</style>