Shades of Medium Violet Red #B7149A
Tints of Medium Violet Red #B7149A
RGB
CMYK
RGB Variations
Color information
#B7149A (or 0xB7149A) is known color: Medium Violet Red. HEX triplet: B7, 14 and 9A. RGB value is (183,20,154). Sum of RGB (Red+Green+Blue) = 183+20+154=357 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.26% from 357); Green value is 20 (8.20% from 255 or 5.60% from 357); Blue value is 154 (60.55% from 255 or 43.14% from 357); Max value from RGB is 183 - color contains mainly: red. Hex color #B7149A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7149A is #48EB65. Grayscale: #535353. Windows color (decimal): -4778854 or 10097847. OLE color: 10097847.
HSL color Cylindrical-coordinate representation of color #B7149A: hue angle of 310.67º 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 #B7149A is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 20 | 154 | - |
| CMYK | 0 | 0.89 | 0.16 | 0.28 |
| HSL | 310.67º | 0.8% | 0.4% | - |
| HSV(B) | 310.67º | 0.89% | 0.72% | - |
| XYZ | 25.61 | 12.9 | 31.71 | - |
| YUV | 84.01 | 167.5 | 198.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 20 | 154 | 0 | 0.89 | 0.16 | 0.28 | 310.67 | 0.8 | 0.4 |
| Hex | B7 | 14 | 9A | 0 | 59 | 10 | 1C | 137 | 50 | 28 |
| Octal | 267 | 24 | 232 | 0 | 131 | 20 | 34 | 467 | 120 | 50 |
| Binary | 10110111 | 10100 | 10011010 | 0 | 1011001 | 10000 | 11100 | 100110111 | 1010000 | 101000 |
Color Harmonies of #B7149A
Complementary color
Monochromatic Colors of #B7149A
Black with #B7149A
Text Example
Text Example
White with #B7149A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7149A; }
p { color: rgb(183,20,154); }
H1.HeaderClassName
{
color: #B7149A;
}
.AnyTagClassName
{
color: #B7149A;
}
</style>
background-color css
<style>
a { background-color: #B7149A; }
a { background-color: rgb(183,20,154); }
div.DivClassName
{
background-color: #B7149A;
}
.BgClassName
{
background-color: #B7149A;
}
</style>
border-color css
<style>
span { border-color: #B7149A; }
span { border-color: rgb(183,20,154); }
td.TdClassName
{
border-color: #B7149A;
}
.TagClassName
{
border-color: #B7149A;
}
</style>