Shades of Medium Violet Red #B3188D
Tints of Medium Violet Red #B3188D
RGB
CMYK
RGB Variations
Color information
#B3188D (or 0xB3188D) is known color: Medium Violet Red. HEX triplet: B3, 18 and 8D. RGB value is (179,24,141). Sum of RGB (Red+Green+Blue) = 179+24+141=344 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.03% from 344); Green value is 24 (9.77% from 255 or 6.98% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 179 - color contains mainly: red. Hex color #B3188D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B3188D is #4CE772. Grayscale: #535353. Windows color (decimal): -5039987 or 9246899. OLE color: 9246899.
HSL color Cylindrical-coordinate representation of color #B3188D: hue angle of 314.71º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B3188D is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 24 | 141 | - |
| CMYK | 0 | 0.87 | 0.21 | 0.30 |
| HSL | 314.71º | 0.76% | 0.4% | - |
| HSV(B) | 314.71º | 0.87% | 0.7% | - |
| XYZ | 23.72 | 12.16 | 26.3 | - |
| YUV | 83.68 | 160.35 | 195.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 24 | 141 | 0 | 0.87 | 0.21 | 0.30 | 314.71 | 0.76 | 0.4 |
| Hex | B3 | 18 | 8D | 0 | 57 | 15 | 1E | 13B | 4C | 28 |
| Octal | 263 | 30 | 215 | 0 | 127 | 25 | 36 | 473 | 114 | 50 |
| Binary | 10110011 | 11000 | 10001101 | 0 | 1010111 | 10101 | 11110 | 100111011 | 1001100 | 101000 |
Color Harmonies of #B3188D
Complementary color
Monochromatic Colors of #B3188D
Black with #B3188D
Text Example
Text Example
White with #B3188D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3188D; }
p { color: rgb(179,24,141); }
H1.HeaderClassName
{
color: #B3188D;
}
.AnyTagClassName
{
color: #B3188D;
}
</style>
background-color css
<style>
a { background-color: #B3188D; }
a { background-color: rgb(179,24,141); }
div.DivClassName
{
background-color: #B3188D;
}
.BgClassName
{
background-color: #B3188D;
}
</style>
border-color css
<style>
span { border-color: #B3188D; }
span { border-color: rgb(179,24,141); }
td.TdClassName
{
border-color: #B3188D;
}
.TagClassName
{
border-color: #B3188D;
}
</style>