Shades of Medium Violet Red #B7149F
Tints of Medium Violet Red #B7149F
RGB
CMYK
RGB Variations
Color information
#B7149F (or 0xB7149F) is known color: Medium Violet Red. HEX triplet: B7, 14 and 9F. RGB value is (183,20,159). Sum of RGB (Red+Green+Blue) = 183+20+159=362 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.55% from 362); Green value is 20 (8.20% from 255 or 5.52% from 362); Blue value is 159 (62.5% from 255 or 43.92% from 362); Max value from RGB is 183 - color contains mainly: red. Hex color #B7149F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7149F is #48EB60. Grayscale: #545454. Windows color (decimal): -4778849 or 10425527. OLE color: 10425527.
HSL color Cylindrical-coordinate representation of color #B7149F: hue angle of 308.83º 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 #B7149F is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 20 | 159 | - |
| CMYK | 0 | 0.89 | 0.13 | 0.28 |
| HSL | 308.83º | 0.8% | 0.4% | - |
| HSV(B) | 308.83º | 0.89% | 0.72% | - |
| XYZ | 26.04 | 13.07 | 33.95 | - |
| YUV | 84.58 | 170 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 20 | 159 | 0 | 0.89 | 0.13 | 0.28 | 308.83 | 0.8 | 0.4 |
| Hex | B7 | 14 | 9F | 0 | 59 | D | 1C | 135 | 50 | 28 |
| Octal | 267 | 24 | 237 | 0 | 131 | 15 | 34 | 465 | 120 | 50 |
| Binary | 10110111 | 10100 | 10011111 | 0 | 1011001 | 1101 | 11100 | 100110101 | 1010000 | 101000 |
Color Harmonies of #B7149F
Complementary color
Monochromatic Colors of #B7149F
Black with #B7149F
Text Example
Text Example
White with #B7149F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7149F; }
p { color: rgb(183,20,159); }
H1.HeaderClassName
{
color: #B7149F;
}
.AnyTagClassName
{
color: #B7149F;
}
</style>
background-color css
<style>
a { background-color: #B7149F; }
a { background-color: rgb(183,20,159); }
div.DivClassName
{
background-color: #B7149F;
}
.BgClassName
{
background-color: #B7149F;
}
</style>
border-color css
<style>
span { border-color: #B7149F; }
span { border-color: rgb(183,20,159); }
td.TdClassName
{
border-color: #B7149F;
}
.TagClassName
{
border-color: #B7149F;
}
</style>