Shades of Medium Violet Red #B7149D
Tints of Medium Violet Red #B7149D
RGB
CMYK
RGB Variations
Color information
#B7149D (or 0xB7149D) is known color: Medium Violet Red. HEX triplet: B7, 14 and 9D. RGB value is (183,20,157). Sum of RGB (Red+Green+Blue) = 183+20+157=360 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.83% from 360); Green value is 20 (8.20% from 255 or 5.56% from 360); Blue value is 157 (61.72% from 255 or 43.61% from 360); Max value from RGB is 183 - color contains mainly: red. Hex color #B7149D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7149D is #48EB62. Grayscale: #535353. Windows color (decimal): -4778851 or 10294455. OLE color: 10294455.
HSL color Cylindrical-coordinate representation of color #B7149D: hue angle of 309.57º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B7149D is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 20 | 157 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.28 |
| HSL | 309.57º | 0.8% | 0.4% | - |
| HSV(B) | 309.57º | 0.89% | 0.72% | - |
| XYZ | 25.86 | 13 | 33.04 | - |
| YUV | 84.36 | 169 | 198.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 20 | 157 | 0 | 0.89 | 0.14 | 0.28 | 309.57 | 0.8 | 0.4 |
| Hex | B7 | 14 | 9D | 0 | 59 | E | 1C | 136 | 50 | 28 |
| Octal | 267 | 24 | 235 | 0 | 131 | 16 | 34 | 466 | 120 | 50 |
| Binary | 10110111 | 10100 | 10011101 | 0 | 1011001 | 1110 | 11100 | 100110110 | 1010000 | 101000 |
Color Harmonies of #B7149D
Complementary color
Monochromatic Colors of #B7149D
Black with #B7149D
Text Example
Text Example
White with #B7149D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7149D; }
p { color: rgb(183,20,157); }
H1.HeaderClassName
{
color: #B7149D;
}
.AnyTagClassName
{
color: #B7149D;
}
</style>
background-color css
<style>
a { background-color: #B7149D; }
a { background-color: rgb(183,20,157); }
div.DivClassName
{
background-color: #B7149D;
}
.BgClassName
{
background-color: #B7149D;
}
</style>
border-color css
<style>
span { border-color: #B7149D; }
span { border-color: rgb(183,20,157); }
td.TdClassName
{
border-color: #B7149D;
}
.TagClassName
{
border-color: #B7149D;
}
</style>