Shades of Medium Violet Red #B5178B
Tints of Medium Violet Red #B5178B
RGB
CMYK
RGB Variations
Color information
#B5178B (or 0xB5178B) is known color: Medium Violet Red. HEX triplet: B5, 17 and 8B. RGB value is (181,23,139). Sum of RGB (Red+Green+Blue) = 181+23+139=343 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.77% from 343); Green value is 23 (9.38% from 255 or 6.71% from 343); Blue value is 139 (54.69% from 255 or 40.52% from 343); Max value from RGB is 181 - color contains mainly: red. Hex color #B5178B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5178B is #4AE874. Grayscale: #535353. Windows color (decimal): -4909173 or 9115573. OLE color: 9115573.
HSL color Cylindrical-coordinate representation of color #B5178B: hue angle of 315.95º 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 #B5178B is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 23 | 139 | - |
| CMYK | 0 | 0.87 | 0.23 | 0.29 |
| HSL | 315.95º | 0.77% | 0.4% | - |
| HSV(B) | 315.95º | 0.87% | 0.71% | - |
| XYZ | 24.02 | 12.3 | 25.53 | - |
| YUV | 83.47 | 159.35 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 23 | 139 | 0 | 0.87 | 0.23 | 0.29 | 315.95 | 0.77 | 0.4 |
| Hex | B5 | 17 | 8B | 0 | 57 | 17 | 1D | 13C | 4D | 28 |
| Octal | 265 | 27 | 213 | 0 | 127 | 27 | 35 | 474 | 115 | 50 |
| Binary | 10110101 | 10111 | 10001011 | 0 | 1010111 | 10111 | 11101 | 100111100 | 1001101 | 101000 |
Color Harmonies of #B5178B
Complementary color
Monochromatic Colors of #B5178B
Black with #B5178B
Text Example
Text Example
White with #B5178B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5178B; }
p { color: rgb(181,23,139); }
H1.HeaderClassName
{
color: #B5178B;
}
.AnyTagClassName
{
color: #B5178B;
}
</style>
background-color css
<style>
a { background-color: #B5178B; }
a { background-color: rgb(181,23,139); }
div.DivClassName
{
background-color: #B5178B;
}
.BgClassName
{
background-color: #B5178B;
}
</style>
border-color css
<style>
span { border-color: #B5178B; }
span { border-color: rgb(181,23,139); }
td.TdClassName
{
border-color: #B5178B;
}
.TagClassName
{
border-color: #B5178B;
}
</style>