Shades of Medium Violet Red #B5149B
Tints of Medium Violet Red #B5149B
RGB
CMYK
RGB Variations
Color information
#B5149B (or 0xB5149B) is known color: Medium Violet Red. HEX triplet: B5, 14 and 9B. RGB value is (181,20,155). Sum of RGB (Red+Green+Blue) = 181+20+155=356 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.84% from 356); Green value is 20 (8.20% from 255 or 5.62% from 356); Blue value is 155 (60.94% from 255 or 43.54% from 356); Max value from RGB is 181 - color contains mainly: red. Hex color #B5149B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5149B is #4AEB64. Grayscale: #535353. Windows color (decimal): -4909925 or 10163381. OLE color: 10163381.
HSL color Cylindrical-coordinate representation of color #B5149B: hue angle of 309.69º 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 #B5149B is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 20 | 155 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.29 |
| HSL | 309.69º | 0.8% | 0.39% | - |
| HSV(B) | 309.69º | 0.89% | 0.71% | - |
| XYZ | 25.22 | 12.69 | 32.13 | - |
| YUV | 83.53 | 168.34 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 20 | 155 | 0 | 0.89 | 0.14 | 0.29 | 309.69 | 0.8 | 0.39 |
| Hex | B5 | 14 | 9B | 0 | 59 | E | 1D | 136 | 50 | 27 |
| Octal | 265 | 24 | 233 | 0 | 131 | 16 | 35 | 466 | 120 | 47 |
| Binary | 10110101 | 10100 | 10011011 | 0 | 1011001 | 1110 | 11101 | 100110110 | 1010000 | 100111 |
Color Harmonies of #B5149B
Complementary color
Monochromatic Colors of #B5149B
Black with #B5149B
Text Example
Text Example
White with #B5149B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5149B; }
p { color: rgb(181,20,155); }
H1.HeaderClassName
{
color: #B5149B;
}
.AnyTagClassName
{
color: #B5149B;
}
</style>
background-color css
<style>
a { background-color: #B5149B; }
a { background-color: rgb(181,20,155); }
div.DivClassName
{
background-color: #B5149B;
}
.BgClassName
{
background-color: #B5149B;
}
</style>
border-color css
<style>
span { border-color: #B5149B; }
span { border-color: rgb(181,20,155); }
td.TdClassName
{
border-color: #B5149B;
}
.TagClassName
{
border-color: #B5149B;
}
</style>