Shades of Medium Violet Red #B5178F
Tints of Medium Violet Red #B5178F
RGB
CMYK
RGB Variations
Color information
#B5178F (or 0xB5178F) is known color: Medium Violet Red. HEX triplet: B5, 17 and 8F. RGB value is (181,23,143). Sum of RGB (Red+Green+Blue) = 181+23+143=347 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.16% from 347); Green value is 23 (9.38% from 255 or 6.63% from 347); Blue value is 143 (56.25% from 255 or 41.21% from 347); Max value from RGB is 181 - color contains mainly: red. Hex color #B5178F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5178F is #4AE870. Grayscale: #535353. Windows color (decimal): -4909169 or 9377717. OLE color: 9377717.
HSL color Cylindrical-coordinate representation of color #B5178F: hue angle of 314.43º 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 #B5178F is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 23 | 143 | - |
| CMYK | 0 | 0.87 | 0.21 | 0.29 |
| HSL | 314.43º | 0.77% | 0.4% | - |
| HSV(B) | 314.43º | 0.87% | 0.71% | - |
| XYZ | 24.32 | 12.42 | 27.1 | - |
| YUV | 83.92 | 161.35 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 23 | 143 | 0 | 0.87 | 0.21 | 0.29 | 314.43 | 0.77 | 0.4 |
| Hex | B5 | 17 | 8F | 0 | 57 | 15 | 1D | 13A | 4D | 28 |
| Octal | 265 | 27 | 217 | 0 | 127 | 25 | 35 | 472 | 115 | 50 |
| Binary | 10110101 | 10111 | 10001111 | 0 | 1010111 | 10101 | 11101 | 100111010 | 1001101 | 101000 |
Color Harmonies of #B5178F
Complementary color
Monochromatic Colors of #B5178F
Black with #B5178F
Text Example
Text Example
White with #B5178F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5178F; }
p { color: rgb(181,23,143); }
H1.HeaderClassName
{
color: #B5178F;
}
.AnyTagClassName
{
color: #B5178F;
}
</style>
background-color css
<style>
a { background-color: #B5178F; }
a { background-color: rgb(181,23,143); }
div.DivClassName
{
background-color: #B5178F;
}
.BgClassName
{
background-color: #B5178F;
}
</style>
border-color css
<style>
span { border-color: #B5178F; }
span { border-color: rgb(181,23,143); }
td.TdClassName
{
border-color: #B5178F;
}
.TagClassName
{
border-color: #B5178F;
}
</style>