Shades of Medium Violet Red #B5168A
Tints of Medium Violet Red #B5168A
RGB
CMYK
RGB Variations
Color information
#B5168A (or 0xB5168A) is known color: Medium Violet Red. HEX triplet: B5, 16 and 8A. RGB value is (181,22,138). Sum of RGB (Red+Green+Blue) = 181+22+138=341 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.08% from 341); Green value is 22 (8.98% from 255 or 6.45% from 341); Blue value is 138 (54.30% from 255 or 40.47% from 341); Max value from RGB is 181 - color contains mainly: red. Hex color #B5168A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5168A is #4AE975. Grayscale: #525252. Windows color (decimal): -4909430 or 9049781. OLE color: 9049781.
HSL color Cylindrical-coordinate representation of color #B5168A: hue angle of 316.23º 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 #B5168A is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 22 | 138 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.29 |
| HSL | 316.23º | 0.78% | 0.4% | - |
| HSV(B) | 316.23º | 0.88% | 0.71% | - |
| XYZ | 23.93 | 12.23 | 25.14 | - |
| YUV | 82.77 | 159.18 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 22 | 138 | 0 | 0.88 | 0.24 | 0.29 | 316.23 | 0.78 | 0.4 |
| Hex | B5 | 16 | 8A | 0 | 58 | 18 | 1D | 13C | 4E | 28 |
| Octal | 265 | 26 | 212 | 0 | 130 | 30 | 35 | 474 | 116 | 50 |
| Binary | 10110101 | 10110 | 10001010 | 0 | 1011000 | 11000 | 11101 | 100111100 | 1001110 | 101000 |
Color Harmonies of #B5168A
Complementary color
Monochromatic Colors of #B5168A
Black with #B5168A
Text Example
Text Example
White with #B5168A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5168A; }
p { color: rgb(181,22,138); }
H1.HeaderClassName
{
color: #B5168A;
}
.AnyTagClassName
{
color: #B5168A;
}
</style>
background-color css
<style>
a { background-color: #B5168A; }
a { background-color: rgb(181,22,138); }
div.DivClassName
{
background-color: #B5168A;
}
.BgClassName
{
background-color: #B5168A;
}
</style>
border-color css
<style>
span { border-color: #B5168A; }
span { border-color: rgb(181,22,138); }
td.TdClassName
{
border-color: #B5168A;
}
.TagClassName
{
border-color: #B5168A;
}
</style>