Shades of Medium Violet Red #B4189D
Tints of Medium Violet Red #B4189D
RGB
CMYK
RGB Variations
Color information
#B4189D (or 0xB4189D) is known color: Medium Violet Red. HEX triplet: B4, 18 and 9D. RGB value is (180,24,157). Sum of RGB (Red+Green+Blue) = 180+24+157=361 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.86% from 361); Green value is 24 (9.77% from 255 or 6.65% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 180 - color contains mainly: red. Hex color #B4189D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B4189D is #4BE762. Grayscale: #555555. Windows color (decimal): -4974435 or 10295476. OLE color: 10295476.
HSL color Cylindrical-coordinate representation of color #B4189D: hue angle of 308.85º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B4189D is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 24 | 157 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.29 |
| HSL | 308.85º | 0.76% | 0.4% | - |
| HSV(B) | 308.85º | 0.87% | 0.71% | - |
| XYZ | 25.23 | 12.79 | 33.04 | - |
| YUV | 85.81 | 168.18 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 24 | 157 | 0 | 0.87 | 0.13 | 0.29 | 308.85 | 0.76 | 0.4 |
| Hex | B4 | 18 | 9D | 0 | 57 | D | 1D | 135 | 4C | 28 |
| Octal | 264 | 30 | 235 | 0 | 127 | 15 | 35 | 465 | 114 | 50 |
| Binary | 10110100 | 11000 | 10011101 | 0 | 1010111 | 1101 | 11101 | 100110101 | 1001100 | 101000 |
Color Harmonies of #B4189D
Complementary color
Monochromatic Colors of #B4189D
Black with #B4189D
Text Example
Text Example
White with #B4189D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4189D; }
p { color: rgb(180,24,157); }
H1.HeaderClassName
{
color: #B4189D;
}
.AnyTagClassName
{
color: #B4189D;
}
</style>
background-color css
<style>
a { background-color: #B4189D; }
a { background-color: rgb(180,24,157); }
div.DivClassName
{
background-color: #B4189D;
}
.BgClassName
{
background-color: #B4189D;
}
</style>
border-color css
<style>
span { border-color: #B4189D; }
span { border-color: rgb(180,24,157); }
td.TdClassName
{
border-color: #B4189D;
}
.TagClassName
{
border-color: #B4189D;
}
</style>