Shades of Medium Violet Red #B7149C
Tints of Medium Violet Red #B7149C
RGB
CMYK
RGB Variations
Color information
#B7149C (or 0xB7149C) is known color: Medium Violet Red. HEX triplet: B7, 14 and 9C. RGB value is (183,20,156). Sum of RGB (Red+Green+Blue) = 183+20+156=359 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.97% from 359); Green value is 20 (8.20% from 255 or 5.57% from 359); Blue value is 156 (61.33% from 255 or 43.45% from 359); Max value from RGB is 183 - color contains mainly: red. Hex color #B7149C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7149C is #48EB63. Grayscale: #535353. Windows color (decimal): -4778852 or 10228919. OLE color: 10228919.
HSL color Cylindrical-coordinate representation of color #B7149C: hue angle of 309.94º 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 #B7149C is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 20 | 156 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.28 |
| HSL | 309.94º | 0.8% | 0.4% | - |
| HSV(B) | 309.94º | 0.89% | 0.72% | - |
| XYZ | 25.78 | 12.97 | 32.6 | - |
| YUV | 84.24 | 168.5 | 198.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 20 | 156 | 0 | 0.89 | 0.15 | 0.28 | 309.94 | 0.8 | 0.4 |
| Hex | B7 | 14 | 9C | 0 | 59 | F | 1C | 136 | 50 | 28 |
| Octal | 267 | 24 | 234 | 0 | 131 | 17 | 34 | 466 | 120 | 50 |
| Binary | 10110111 | 10100 | 10011100 | 0 | 1011001 | 1111 | 11100 | 100110110 | 1010000 | 101000 |
Color Harmonies of #B7149C
Complementary color
Monochromatic Colors of #B7149C
Black with #B7149C
Text Example
Text Example
White with #B7149C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7149C; }
p { color: rgb(183,20,156); }
H1.HeaderClassName
{
color: #B7149C;
}
.AnyTagClassName
{
color: #B7149C;
}
</style>
background-color css
<style>
a { background-color: #B7149C; }
a { background-color: rgb(183,20,156); }
div.DivClassName
{
background-color: #B7149C;
}
.BgClassName
{
background-color: #B7149C;
}
</style>
border-color css
<style>
span { border-color: #B7149C; }
span { border-color: rgb(183,20,156); }
td.TdClassName
{
border-color: #B7149C;
}
.TagClassName
{
border-color: #B7149C;
}
</style>