Shades of Medium Violet Red #B5129C
Tints of Medium Violet Red #B5129C
RGB
CMYK
RGB Variations
Color information
#B5129C (or 0xB5129C) is known color: Medium Violet Red. HEX triplet: B5, 12 and 9C. RGB value is (181,18,156). Sum of RGB (Red+Green+Blue) = 181+18+156=355 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.99% from 355); Green value is 18 (7.42% from 255 or 5.07% from 355); Blue value is 156 (61.33% from 255 or 43.94% from 355); Max value from RGB is 181 - color contains mainly: red. Hex color #B5129C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5129C is #4AED63. Grayscale: #525252. Windows color (decimal): -4910436 or 10228405. OLE color: 10228405.
HSL color Cylindrical-coordinate representation of color #B5129C: hue angle of 309.2º degrees, saturation: 0.82, 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 #B5129C is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 18 | 156 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.29 |
| HSL | 309.2º | 0.82% | 0.39% | - |
| HSV(B) | 309.2º | 0.9% | 0.71% | - |
| XYZ | 25.27 | 12.66 | 32.56 | - |
| YUV | 82.47 | 169.5 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 18 | 156 | 0 | 0.90 | 0.14 | 0.29 | 309.2 | 0.82 | 0.39 |
| Hex | B5 | 12 | 9C | 0 | 5A | E | 1D | 135 | 52 | 27 |
| Octal | 265 | 22 | 234 | 0 | 132 | 16 | 35 | 465 | 122 | 47 |
| Binary | 10110101 | 10010 | 10011100 | 0 | 1011010 | 1110 | 11101 | 100110101 | 1010010 | 100111 |
Color Harmonies of #B5129C
Complementary color
Monochromatic Colors of #B5129C
Black with #B5129C
Text Example
Text Example
White with #B5129C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5129C; }
p { color: rgb(181,18,156); }
H1.HeaderClassName
{
color: #B5129C;
}
.AnyTagClassName
{
color: #B5129C;
}
</style>
background-color css
<style>
a { background-color: #B5129C; }
a { background-color: rgb(181,18,156); }
div.DivClassName
{
background-color: #B5129C;
}
.BgClassName
{
background-color: #B5129C;
}
</style>
border-color css
<style>
span { border-color: #B5129C; }
span { border-color: rgb(181,18,156); }
td.TdClassName
{
border-color: #B5129C;
}
.TagClassName
{
border-color: #B5129C;
}
</style>