Shades of Medium Violet Red #B5179A
Tints of Medium Violet Red #B5179A
RGB
CMYK
RGB Variations
Color information
#B5179A (or 0xB5179A) is known color: Medium Violet Red. HEX triplet: B5, 17 and 9A. RGB value is (181,23,154). Sum of RGB (Red+Green+Blue) = 181+23+154=358 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.56% from 358); Green value is 23 (9.38% from 255 or 6.42% from 358); Blue value is 154 (60.55% from 255 or 43.02% from 358); Max value from RGB is 181 - color contains mainly: red. Hex color #B5179A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5179A is #4AE865. Grayscale: #545454. Windows color (decimal): -4909158 or 10098613. OLE color: 10098613.
HSL color Cylindrical-coordinate representation of color #B5179A: hue angle of 310.25º 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 #B5179A is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 23 | 154 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.29 |
| HSL | 310.25º | 0.77% | 0.4% | - |
| HSV(B) | 310.25º | 0.87% | 0.71% | - |
| XYZ | 25.2 | 12.77 | 31.71 | - |
| YUV | 85.18 | 166.85 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 23 | 154 | 0 | 0.87 | 0.15 | 0.29 | 310.25 | 0.77 | 0.4 |
| Hex | B5 | 17 | 9A | 0 | 57 | F | 1D | 136 | 4D | 28 |
| Octal | 265 | 27 | 232 | 0 | 127 | 17 | 35 | 466 | 115 | 50 |
| Binary | 10110101 | 10111 | 10011010 | 0 | 1010111 | 1111 | 11101 | 100110110 | 1001101 | 101000 |
Color Harmonies of #B5179A
Complementary color
Monochromatic Colors of #B5179A
Black with #B5179A
Text Example
Text Example
White with #B5179A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5179A; }
p { color: rgb(181,23,154); }
H1.HeaderClassName
{
color: #B5179A;
}
.AnyTagClassName
{
color: #B5179A;
}
</style>
background-color css
<style>
a { background-color: #B5179A; }
a { background-color: rgb(181,23,154); }
div.DivClassName
{
background-color: #B5179A;
}
.BgClassName
{
background-color: #B5179A;
}
</style>
border-color css
<style>
span { border-color: #B5179A; }
span { border-color: rgb(181,23,154); }
td.TdClassName
{
border-color: #B5179A;
}
.TagClassName
{
border-color: #B5179A;
}
</style>