Shades of Medium Violet Red #B7148E
Tints of Medium Violet Red #B7148E
RGB
CMYK
RGB Variations
Color information
#B7148E (or 0xB7148E) is known color: Medium Violet Red. HEX triplet: B7, 14 and 8E. RGB value is (183,20,142). Sum of RGB (Red+Green+Blue) = 183+20+142=345 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.04% from 345); Green value is 20 (8.20% from 255 or 5.80% from 345); Blue value is 142 (55.86% from 255 or 41.16% from 345); Max value from RGB is 183 - color contains mainly: red. Hex color #B7148E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7148E is #48EB71. Grayscale: #525252. Windows color (decimal): -4778866 or 9311415. OLE color: 9311415.
HSL color Cylindrical-coordinate representation of color #B7148E: hue angle of 315.09º 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 #B7148E is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 20 | 142 | - |
| CMYK | 0 | 0.89 | 0.22 | 0.28 |
| HSL | 315.09º | 0.8% | 0.4% | - |
| HSV(B) | 315.09º | 0.89% | 0.72% | - |
| XYZ | 24.66 | 12.52 | 26.71 | - |
| YUV | 82.65 | 161.5 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 20 | 142 | 0 | 0.89 | 0.22 | 0.28 | 315.09 | 0.8 | 0.4 |
| Hex | B7 | 14 | 8E | 0 | 59 | 16 | 1C | 13B | 50 | 28 |
| Octal | 267 | 24 | 216 | 0 | 131 | 26 | 34 | 473 | 120 | 50 |
| Binary | 10110111 | 10100 | 10001110 | 0 | 1011001 | 10110 | 11100 | 100111011 | 1010000 | 101000 |
Color Harmonies of #B7148E
Complementary color
Monochromatic Colors of #B7148E
Black with #B7148E
Text Example
Text Example
White with #B7148E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7148E; }
p { color: rgb(183,20,142); }
H1.HeaderClassName
{
color: #B7148E;
}
.AnyTagClassName
{
color: #B7148E;
}
</style>
background-color css
<style>
a { background-color: #B7148E; }
a { background-color: rgb(183,20,142); }
div.DivClassName
{
background-color: #B7148E;
}
.BgClassName
{
background-color: #B7148E;
}
</style>
border-color css
<style>
span { border-color: #B7148E; }
span { border-color: rgb(183,20,142); }
td.TdClassName
{
border-color: #B7148E;
}
.TagClassName
{
border-color: #B7148E;
}
</style>