Shades of Medium Violet Red #B5149A
Tints of Medium Violet Red #B5149A
RGB
CMYK
RGB Variations
Color information
#B5149A (or 0xB5149A) is known color: Medium Violet Red. HEX triplet: B5, 14 and 9A. RGB value is (181,20,154). Sum of RGB (Red+Green+Blue) = 181+20+154=355 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.99% from 355); Green value is 20 (8.20% from 255 or 5.63% from 355); Blue value is 154 (60.55% from 255 or 43.38% from 355); Max value from RGB is 181 - color contains mainly: red. Hex color #B5149A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5149A is #4AEB65. Grayscale: #535353. Windows color (decimal): -4909926 or 10097845. OLE color: 10097845.
HSL color Cylindrical-coordinate representation of color #B5149A: hue angle of 310.06º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B5149A is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 20 | 154 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.29 |
| HSL | 310.06º | 0.8% | 0.39% | - |
| HSV(B) | 310.06º | 0.89% | 0.71% | - |
| XYZ | 25.14 | 12.66 | 31.69 | - |
| YUV | 83.42 | 167.84 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 20 | 154 | 0 | 0.89 | 0.15 | 0.29 | 310.06 | 0.8 | 0.39 |
| Hex | B5 | 14 | 9A | 0 | 59 | F | 1D | 136 | 50 | 27 |
| Octal | 265 | 24 | 232 | 0 | 131 | 17 | 35 | 466 | 120 | 47 |
| Binary | 10110101 | 10100 | 10011010 | 0 | 1011001 | 1111 | 11101 | 100110110 | 1010000 | 100111 |
Color Harmonies of #B5149A
Complementary color
Monochromatic Colors of #B5149A
Black with #B5149A
Text Example
Text Example
White with #B5149A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5149A; }
p { color: rgb(181,20,154); }
H1.HeaderClassName
{
color: #B5149A;
}
.AnyTagClassName
{
color: #B5149A;
}
</style>
background-color css
<style>
a { background-color: #B5149A; }
a { background-color: rgb(181,20,154); }
div.DivClassName
{
background-color: #B5149A;
}
.BgClassName
{
background-color: #B5149A;
}
</style>
border-color css
<style>
span { border-color: #B5149A; }
span { border-color: rgb(181,20,154); }
td.TdClassName
{
border-color: #B5149A;
}
.TagClassName
{
border-color: #B5149A;
}
</style>