Shades of Medium Violet Red #B0149D
Tints of Medium Violet Red #B0149D
RGB
CMYK
RGB Variations
Color information
#B0149D (or 0xB0149D) is known color: Medium Violet Red. HEX triplet: B0, 14 and 9D. RGB value is (176,20,157). Sum of RGB (Red+Green+Blue) = 176+20+157=353 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.86% from 353); Green value is 20 (8.20% from 255 or 5.67% from 353); Blue value is 157 (61.72% from 255 or 44.48% from 353); Max value from RGB is 176 - color contains mainly: red. Hex color #B0149D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0149D is #4FEB62. Grayscale: #515151. Windows color (decimal): -5237603 or 10294448. OLE color: 10294448.
HSL color Cylindrical-coordinate representation of color #B0149D: hue angle of 307.31º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B0149D is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 20 | 157 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.31 |
| HSL | 307.31º | 0.8% | 0.38% | - |
| HSV(B) | 307.31º | 0.89% | 0.69% | - |
| XYZ | 24.24 | 12.16 | 32.97 | - |
| YUV | 82.26 | 170.18 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 20 | 157 | 0 | 0.89 | 0.11 | 0.31 | 307.31 | 0.8 | 0.38 |
| Hex | B0 | 14 | 9D | 0 | 59 | B | 1F | 133 | 50 | 26 |
| Octal | 260 | 24 | 235 | 0 | 131 | 13 | 37 | 463 | 120 | 46 |
| Binary | 10110000 | 10100 | 10011101 | 0 | 1011001 | 1011 | 11111 | 100110011 | 1010000 | 100110 |
Color Harmonies of #B0149D
Complementary color
Monochromatic Colors of #B0149D
Black with #B0149D
Text Example
Text Example
White with #B0149D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0149D; }
p { color: rgb(176,20,157); }
H1.HeaderClassName
{
color: #B0149D;
}
.AnyTagClassName
{
color: #B0149D;
}
</style>
background-color css
<style>
a { background-color: #B0149D; }
a { background-color: rgb(176,20,157); }
div.DivClassName
{
background-color: #B0149D;
}
.BgClassName
{
background-color: #B0149D;
}
</style>
border-color css
<style>
span { border-color: #B0149D; }
span { border-color: rgb(176,20,157); }
td.TdClassName
{
border-color: #B0149D;
}
.TagClassName
{
border-color: #B0149D;
}
</style>