Shades of Medium Violet Red #B5139C
Tints of Medium Violet Red #B5139C
RGB
CMYK
RGB Variations
Color information
#B5139C (or 0xB5139C) is known color: Medium Violet Red. HEX triplet: B5, 13 and 9C. RGB value is (181,19,156). Sum of RGB (Red+Green+Blue) = 181+19+156=356 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.84% from 356); Green value is 19 (7.81% from 255 or 5.34% from 356); Blue value is 156 (61.33% from 255 or 43.82% from 356); Max value from RGB is 181 - color contains mainly: red. Hex color #B5139C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5139C is #4AEC63. Grayscale: #525252. Windows color (decimal): -4910180 or 10228661. OLE color: 10228661.
HSL color Cylindrical-coordinate representation of color #B5139C: hue angle of 309.26º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B5139C is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 19 | 156 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.29 |
| HSL | 309.26º | 0.81% | 0.39% | - |
| HSV(B) | 309.26º | 0.9% | 0.71% | - |
| XYZ | 25.29 | 12.69 | 32.57 | - |
| YUV | 83.06 | 169.17 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 19 | 156 | 0 | 0.90 | 0.14 | 0.29 | 309.26 | 0.81 | 0.39 |
| Hex | B5 | 13 | 9C | 0 | 5A | E | 1D | 135 | 51 | 27 |
| Octal | 265 | 23 | 234 | 0 | 132 | 16 | 35 | 465 | 121 | 47 |
| Binary | 10110101 | 10011 | 10011100 | 0 | 1011010 | 1110 | 11101 | 100110101 | 1010001 | 100111 |
Color Harmonies of #B5139C
Complementary color
Monochromatic Colors of #B5139C
Black with #B5139C
Text Example
Text Example
White with #B5139C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5139C; }
p { color: rgb(181,19,156); }
H1.HeaderClassName
{
color: #B5139C;
}
.AnyTagClassName
{
color: #B5139C;
}
</style>
background-color css
<style>
a { background-color: #B5139C; }
a { background-color: rgb(181,19,156); }
div.DivClassName
{
background-color: #B5139C;
}
.BgClassName
{
background-color: #B5139C;
}
</style>
border-color css
<style>
span { border-color: #B5139C; }
span { border-color: rgb(181,19,156); }
td.TdClassName
{
border-color: #B5139C;
}
.TagClassName
{
border-color: #B5139C;
}
</style>