Shades of Medium Violet Red #B7188F
Tints of Medium Violet Red #B7188F
RGB
CMYK
RGB Variations
Color information
#B7188F (or 0xB7188F) is known color: Medium Violet Red. HEX triplet: B7, 18 and 8F. RGB value is (183,24,143). Sum of RGB (Red+Green+Blue) = 183+24+143=350 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.29% from 350); Green value is 24 (9.77% from 255 or 6.86% from 350); Blue value is 143 (56.25% from 255 or 40.86% from 350); Max value from RGB is 183 - color contains mainly: red. Hex color #B7188F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7188F is #48E770. Grayscale: #545454. Windows color (decimal): -4777841 or 9377975. OLE color: 9377975.
HSL color Cylindrical-coordinate representation of color #B7188F: hue angle of 315.09º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B7188F is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 24 | 143 | - |
| CMYK | 0 | 0.87 | 0.22 | 0.28 |
| HSL | 315.09º | 0.77% | 0.41% | - |
| HSV(B) | 315.09º | 0.87% | 0.72% | - |
| XYZ | 24.81 | 12.7 | 27.13 | - |
| YUV | 85.11 | 160.68 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 24 | 143 | 0 | 0.87 | 0.22 | 0.28 | 315.09 | 0.77 | 0.41 |
| Hex | B7 | 18 | 8F | 0 | 57 | 16 | 1C | 13B | 4D | 29 |
| Octal | 267 | 30 | 217 | 0 | 127 | 26 | 34 | 473 | 115 | 51 |
| Binary | 10110111 | 11000 | 10001111 | 0 | 1010111 | 10110 | 11100 | 100111011 | 1001101 | 101001 |
Color Harmonies of #B7188F
Complementary color
Monochromatic Colors of #B7188F
Black with #B7188F
Text Example
Text Example
White with #B7188F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7188F; }
p { color: rgb(183,24,143); }
H1.HeaderClassName
{
color: #B7188F;
}
.AnyTagClassName
{
color: #B7188F;
}
</style>
background-color css
<style>
a { background-color: #B7188F; }
a { background-color: rgb(183,24,143); }
div.DivClassName
{
background-color: #B7188F;
}
.BgClassName
{
background-color: #B7188F;
}
</style>
border-color css
<style>
span { border-color: #B7188F; }
span { border-color: rgb(183,24,143); }
td.TdClassName
{
border-color: #B7188F;
}
.TagClassName
{
border-color: #B7188F;
}
</style>