Shades of Medium Violet Red #B7149E
Tints of Medium Violet Red #B7149E
RGB
CMYK
RGB Variations
Color information
#B7149E (or 0xB7149E) is known color: Medium Violet Red. HEX triplet: B7, 14 and 9E. RGB value is (183,20,158). Sum of RGB (Red+Green+Blue) = 183+20+158=361 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.69% from 361); Green value is 20 (8.20% from 255 or 5.54% from 361); Blue value is 158 (62.11% from 255 or 43.77% from 361); Max value from RGB is 183 - color contains mainly: red. Hex color #B7149E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7149E is #48EB61. Grayscale: #545454. Windows color (decimal): -4778850 or 10359991. OLE color: 10359991.
HSL color Cylindrical-coordinate representation of color #B7149E: hue angle of 309.2º 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 #B7149E is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 20 | 158 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.28 |
| HSL | 309.2º | 0.8% | 0.4% | - |
| HSV(B) | 309.2º | 0.89% | 0.72% | - |
| XYZ | 25.95 | 13.04 | 33.5 | - |
| YUV | 84.47 | 169.5 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 20 | 158 | 0 | 0.89 | 0.14 | 0.28 | 309.2 | 0.8 | 0.4 |
| Hex | B7 | 14 | 9E | 0 | 59 | E | 1C | 135 | 50 | 28 |
| Octal | 267 | 24 | 236 | 0 | 131 | 16 | 34 | 465 | 120 | 50 |
| Binary | 10110111 | 10100 | 10011110 | 0 | 1011001 | 1110 | 11100 | 100110101 | 1010000 | 101000 |
Color Harmonies of #B7149E
Complementary color
Monochromatic Colors of #B7149E
Black with #B7149E
Text Example
Text Example
White with #B7149E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7149E; }
p { color: rgb(183,20,158); }
H1.HeaderClassName
{
color: #B7149E;
}
.AnyTagClassName
{
color: #B7149E;
}
</style>
background-color css
<style>
a { background-color: #B7149E; }
a { background-color: rgb(183,20,158); }
div.DivClassName
{
background-color: #B7149E;
}
.BgClassName
{
background-color: #B7149E;
}
</style>
border-color css
<style>
span { border-color: #B7149E; }
span { border-color: rgb(183,20,158); }
td.TdClassName
{
border-color: #B7149E;
}
.TagClassName
{
border-color: #B7149E;
}
</style>