Shades of Medium Violet Red #B5129A
Tints of Medium Violet Red #B5129A
RGB
CMYK
RGB Variations
Color information
#B5129A (or 0xB5129A) is known color: Medium Violet Red. HEX triplet: B5, 12 and 9A. RGB value is (181,18,154). Sum of RGB (Red+Green+Blue) = 181+18+154=353 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.27% from 353); Green value is 18 (7.42% from 255 or 5.10% from 353); Blue value is 154 (60.55% from 255 or 43.63% from 353); Max value from RGB is 181 - color contains mainly: red. Hex color #B5129A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5129A is #4AED65. Grayscale: #515151. Windows color (decimal): -4910438 or 10097333. OLE color: 10097333.
HSL color Cylindrical-coordinate representation of color #B5129A: hue angle of 309.94º 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 #B5129A is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 18 | 154 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.29 |
| HSL | 309.94º | 0.82% | 0.39% | - |
| HSV(B) | 309.94º | 0.9% | 0.71% | - |
| XYZ | 25.11 | 12.59 | 31.68 | - |
| YUV | 82.24 | 168.5 | 198.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 18 | 154 | 0 | 0.90 | 0.15 | 0.29 | 309.94 | 0.82 | 0.39 |
| Hex | B5 | 12 | 9A | 0 | 5A | F | 1D | 136 | 52 | 27 |
| Octal | 265 | 22 | 232 | 0 | 132 | 17 | 35 | 466 | 122 | 47 |
| Binary | 10110101 | 10010 | 10011010 | 0 | 1011010 | 1111 | 11101 | 100110110 | 1010010 | 100111 |
Color Harmonies of #B5129A
Complementary color
Monochromatic Colors of #B5129A
Black with #B5129A
Text Example
Text Example
White with #B5129A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5129A; }
p { color: rgb(181,18,154); }
H1.HeaderClassName
{
color: #B5129A;
}
.AnyTagClassName
{
color: #B5129A;
}
</style>
background-color css
<style>
a { background-color: #B5129A; }
a { background-color: rgb(181,18,154); }
div.DivClassName
{
background-color: #B5129A;
}
.BgClassName
{
background-color: #B5129A;
}
</style>
border-color css
<style>
span { border-color: #B5129A; }
span { border-color: rgb(181,18,154); }
td.TdClassName
{
border-color: #B5129A;
}
.TagClassName
{
border-color: #B5129A;
}
</style>