Shades of Medium Violet Red #B5149E
Tints of Medium Violet Red #B5149E
RGB
CMYK
RGB Variations
Color information
#B5149E (or 0xB5149E) is known color: Medium Violet Red. HEX triplet: B5, 14 and 9E. RGB value is (181,20,158). Sum of RGB (Red+Green+Blue) = 181+20+158=359 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.42% from 359); Green value is 20 (8.20% from 255 or 5.57% from 359); Blue value is 158 (62.11% from 255 or 44.01% from 359); Max value from RGB is 181 - color contains mainly: red. Hex color #B5149E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5149E is #4AEB61. Grayscale: #535353. Windows color (decimal): -4909922 or 10359989. OLE color: 10359989.
HSL color Cylindrical-coordinate representation of color #B5149E: hue angle of 308.57º 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 #B5149E is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 20 | 158 | - |
| CMYK | 0 | 0.89 | 0.13 | 0.29 |
| HSL | 308.57º | 0.8% | 0.39% | - |
| HSV(B) | 308.57º | 0.89% | 0.71% | - |
| XYZ | 25.48 | 12.79 | 33.47 | - |
| YUV | 83.87 | 169.84 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 20 | 158 | 0 | 0.89 | 0.13 | 0.29 | 308.57 | 0.8 | 0.39 |
| Hex | B5 | 14 | 9E | 0 | 59 | D | 1D | 135 | 50 | 27 |
| Octal | 265 | 24 | 236 | 0 | 131 | 15 | 35 | 465 | 120 | 47 |
| Binary | 10110101 | 10100 | 10011110 | 0 | 1011001 | 1101 | 11101 | 100110101 | 1010000 | 100111 |
Color Harmonies of #B5149E
Complementary color
Monochromatic Colors of #B5149E
Black with #B5149E
Text Example
Text Example
White with #B5149E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5149E; }
p { color: rgb(181,20,158); }
H1.HeaderClassName
{
color: #B5149E;
}
.AnyTagClassName
{
color: #B5149E;
}
</style>
background-color css
<style>
a { background-color: #B5149E; }
a { background-color: rgb(181,20,158); }
div.DivClassName
{
background-color: #B5149E;
}
.BgClassName
{
background-color: #B5149E;
}
</style>
border-color css
<style>
span { border-color: #B5149E; }
span { border-color: rgb(181,20,158); }
td.TdClassName
{
border-color: #B5149E;
}
.TagClassName
{
border-color: #B5149E;
}
</style>