Shades of Medium Violet Red #B5149C
Tints of Medium Violet Red #B5149C
RGB
CMYK
RGB Variations
Color information
#B5149C (or 0xB5149C) is known color: Medium Violet Red. HEX triplet: B5, 14 and 9C. RGB value is (181,20,156). Sum of RGB (Red+Green+Blue) = 181+20+156=357 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.70% from 357); Green value is 20 (8.20% from 255 or 5.60% from 357); Blue value is 156 (61.33% from 255 or 43.70% from 357); Max value from RGB is 181 - color contains mainly: red. Hex color #B5149C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5149C is #4AEB63. Grayscale: #535353. Windows color (decimal): -4909924 or 10228917. OLE color: 10228917.
HSL color Cylindrical-coordinate representation of color #B5149C: hue angle of 309.32º 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 #B5149C is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 20 | 156 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.29 |
| HSL | 309.32º | 0.8% | 0.39% | - |
| HSV(B) | 309.32º | 0.89% | 0.71% | - |
| XYZ | 25.31 | 12.72 | 32.57 | - |
| YUV | 83.64 | 168.84 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 20 | 156 | 0 | 0.89 | 0.14 | 0.29 | 309.32 | 0.8 | 0.39 |
| Hex | B5 | 14 | 9C | 0 | 59 | E | 1D | 135 | 50 | 27 |
| Octal | 265 | 24 | 234 | 0 | 131 | 16 | 35 | 465 | 120 | 47 |
| Binary | 10110101 | 10100 | 10011100 | 0 | 1011001 | 1110 | 11101 | 100110101 | 1010000 | 100111 |
Color Harmonies of #B5149C
Complementary color
Monochromatic Colors of #B5149C
Black with #B5149C
Text Example
Text Example
White with #B5149C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5149C; }
p { color: rgb(181,20,156); }
H1.HeaderClassName
{
color: #B5149C;
}
.AnyTagClassName
{
color: #B5149C;
}
</style>
background-color css
<style>
a { background-color: #B5149C; }
a { background-color: rgb(181,20,156); }
div.DivClassName
{
background-color: #B5149C;
}
.BgClassName
{
background-color: #B5149C;
}
</style>
border-color css
<style>
span { border-color: #B5149C; }
span { border-color: rgb(181,20,156); }
td.TdClassName
{
border-color: #B5149C;
}
.TagClassName
{
border-color: #B5149C;
}
</style>