Shades of Medium Violet Red #B7148D
Tints of Medium Violet Red #B7148D
RGB
CMYK
RGB Variations
Color information
#B7148D (or 0xB7148D) is known color: Medium Violet Red. HEX triplet: B7, 14 and 8D. RGB value is (183,20,141). Sum of RGB (Red+Green+Blue) = 183+20+141=344 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.20% from 344); Green value is 20 (8.20% from 255 or 5.81% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 183 - color contains mainly: red. Hex color #B7148D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7148D is #48EB72. Grayscale: #525252. Windows color (decimal): -4778867 or 9245879. OLE color: 9245879.
HSL color Cylindrical-coordinate representation of color #B7148D: hue angle of 315.46º 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 #B7148D is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 20 | 141 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.28 |
| HSL | 315.46º | 0.8% | 0.4% | - |
| HSV(B) | 315.46º | 0.89% | 0.72% | - |
| XYZ | 24.59 | 12.49 | 26.31 | - |
| YUV | 82.53 | 161 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 20 | 141 | 0 | 0.89 | 0.23 | 0.28 | 315.46 | 0.8 | 0.4 |
| Hex | B7 | 14 | 8D | 0 | 59 | 17 | 1C | 13B | 50 | 28 |
| Octal | 267 | 24 | 215 | 0 | 131 | 27 | 34 | 473 | 120 | 50 |
| Binary | 10110111 | 10100 | 10001101 | 0 | 1011001 | 10111 | 11100 | 100111011 | 1010000 | 101000 |
Color Harmonies of #B7148D
Complementary color
Monochromatic Colors of #B7148D
Black with #B7148D
Text Example
Text Example
White with #B7148D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7148D; }
p { color: rgb(183,20,141); }
H1.HeaderClassName
{
color: #B7148D;
}
.AnyTagClassName
{
color: #B7148D;
}
</style>
background-color css
<style>
a { background-color: #B7148D; }
a { background-color: rgb(183,20,141); }
div.DivClassName
{
background-color: #B7148D;
}
.BgClassName
{
background-color: #B7148D;
}
</style>
border-color css
<style>
span { border-color: #B7148D; }
span { border-color: rgb(183,20,141); }
td.TdClassName
{
border-color: #B7148D;
}
.TagClassName
{
border-color: #B7148D;
}
</style>