Shades of Medium Violet Red #B0149F
Tints of Medium Violet Red #B0149F
RGB
CMYK
RGB Variations
Color information
#B0149F (or 0xB0149F) is known color: Medium Violet Red. HEX triplet: B0, 14 and 9F. RGB value is (176,20,159). Sum of RGB (Red+Green+Blue) = 176+20+159=355 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.58% from 355); Green value is 20 (8.20% from 255 or 5.63% from 355); Blue value is 159 (62.5% from 255 or 44.79% from 355); Max value from RGB is 176 - color contains mainly: red. Hex color #B0149F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0149F is #4FEB60. Grayscale: #525252. Windows color (decimal): -5237601 or 10425520. OLE color: 10425520.
HSL color Cylindrical-coordinate representation of color #B0149F: hue angle of 306.54º 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 #B0149F is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 20 | 159 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.31 |
| HSL | 306.54º | 0.8% | 0.38% | - |
| HSV(B) | 306.54º | 0.89% | 0.69% | - |
| XYZ | 24.41 | 12.23 | 33.88 | - |
| YUV | 82.49 | 171.18 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 20 | 159 | 0 | 0.89 | 0.10 | 0.31 | 306.54 | 0.8 | 0.38 |
| Hex | B0 | 14 | 9F | 0 | 59 | A | 1F | 133 | 50 | 26 |
| Octal | 260 | 24 | 237 | 0 | 131 | 12 | 37 | 463 | 120 | 46 |
| Binary | 10110000 | 10100 | 10011111 | 0 | 1011001 | 1010 | 11111 | 100110011 | 1010000 | 100110 |
Color Harmonies of #B0149F
Complementary color
Monochromatic Colors of #B0149F
Black with #B0149F
Text Example
Text Example
White with #B0149F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0149F; }
p { color: rgb(176,20,159); }
H1.HeaderClassName
{
color: #B0149F;
}
.AnyTagClassName
{
color: #B0149F;
}
</style>
background-color css
<style>
a { background-color: #B0149F; }
a { background-color: rgb(176,20,159); }
div.DivClassName
{
background-color: #B0149F;
}
.BgClassName
{
background-color: #B0149F;
}
</style>
border-color css
<style>
span { border-color: #B0149F; }
span { border-color: rgb(176,20,159); }
td.TdClassName
{
border-color: #B0149F;
}
.TagClassName
{
border-color: #B0149F;
}
</style>