Shades of Medium Violet Red #B5168C
Tints of Medium Violet Red #B5168C
RGB
CMYK
RGB Variations
Color information
#B5168C (or 0xB5168C) is known color: Medium Violet Red. HEX triplet: B5, 16 and 8C. RGB value is (181,22,140). Sum of RGB (Red+Green+Blue) = 181+22+140=343 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.77% from 343); Green value is 22 (8.98% from 255 or 6.41% from 343); Blue value is 140 (55.08% from 255 or 40.82% from 343); Max value from RGB is 181 - color contains mainly: red. Hex color #B5168C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5168C is #4AE973. Grayscale: #525252. Windows color (decimal): -4909428 or 9180853. OLE color: 9180853.
HSL color Cylindrical-coordinate representation of color #B5168C: hue angle of 315.47º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B5168C is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 22 | 140 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.29 |
| HSL | 315.47º | 0.78% | 0.4% | - |
| HSV(B) | 315.47º | 0.88% | 0.71% | - |
| XYZ | 24.08 | 12.29 | 25.91 | - |
| YUV | 82.99 | 160.18 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 22 | 140 | 0 | 0.88 | 0.23 | 0.29 | 315.47 | 0.78 | 0.4 |
| Hex | B5 | 16 | 8C | 0 | 58 | 17 | 1D | 13B | 4E | 28 |
| Octal | 265 | 26 | 214 | 0 | 130 | 27 | 35 | 473 | 116 | 50 |
| Binary | 10110101 | 10110 | 10001100 | 0 | 1011000 | 10111 | 11101 | 100111011 | 1001110 | 101000 |
Color Harmonies of #B5168C
Complementary color
Monochromatic Colors of #B5168C
Black with #B5168C
Text Example
Text Example
White with #B5168C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5168C; }
p { color: rgb(181,22,140); }
H1.HeaderClassName
{
color: #B5168C;
}
.AnyTagClassName
{
color: #B5168C;
}
</style>
background-color css
<style>
a { background-color: #B5168C; }
a { background-color: rgb(181,22,140); }
div.DivClassName
{
background-color: #B5168C;
}
.BgClassName
{
background-color: #B5168C;
}
</style>
border-color css
<style>
span { border-color: #B5168C; }
span { border-color: rgb(181,22,140); }
td.TdClassName
{
border-color: #B5168C;
}
.TagClassName
{
border-color: #B5168C;
}
</style>