Shades of Medium Violet Red #B5178C
Tints of Medium Violet Red #B5178C
RGB
CMYK
RGB Variations
Color information
#B5178C (or 0xB5178C) is known color: Medium Violet Red. HEX triplet: B5, 17 and 8C. RGB value is (181,23,140). Sum of RGB (Red+Green+Blue) = 181+23+140=344 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.62% from 344); Green value is 23 (9.38% from 255 or 6.69% from 344); Blue value is 140 (55.08% from 255 or 40.70% from 344); Max value from RGB is 181 - color contains mainly: red. Hex color #B5178C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5178C is #4AE873. Grayscale: #535353. Windows color (decimal): -4909172 or 9181109. OLE color: 9181109.
HSL color Cylindrical-coordinate representation of color #B5178C: hue angle of 315.57º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B5178C is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 23 | 140 | - |
| CMYK | 0 | 0.87 | 0.23 | 0.29 |
| HSL | 315.57º | 0.77% | 0.4% | - |
| HSV(B) | 315.57º | 0.87% | 0.71% | - |
| XYZ | 24.1 | 12.33 | 25.92 | - |
| YUV | 83.58 | 159.85 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 23 | 140 | 0 | 0.87 | 0.23 | 0.29 | 315.57 | 0.77 | 0.4 |
| Hex | B5 | 17 | 8C | 0 | 57 | 17 | 1D | 13C | 4D | 28 |
| Octal | 265 | 27 | 214 | 0 | 127 | 27 | 35 | 474 | 115 | 50 |
| Binary | 10110101 | 10111 | 10001100 | 0 | 1010111 | 10111 | 11101 | 100111100 | 1001101 | 101000 |
Color Harmonies of #B5178C
Complementary color
Monochromatic Colors of #B5178C
Black with #B5178C
Text Example
Text Example
White with #B5178C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5178C; }
p { color: rgb(181,23,140); }
H1.HeaderClassName
{
color: #B5178C;
}
.AnyTagClassName
{
color: #B5178C;
}
</style>
background-color css
<style>
a { background-color: #B5178C; }
a { background-color: rgb(181,23,140); }
div.DivClassName
{
background-color: #B5178C;
}
.BgClassName
{
background-color: #B5178C;
}
</style>
border-color css
<style>
span { border-color: #B5178C; }
span { border-color: rgb(181,23,140); }
td.TdClassName
{
border-color: #B5178C;
}
.TagClassName
{
border-color: #B5178C;
}
</style>