Shades of Medium Red Violet #B44188
Tints of Medium Red Violet #B44188
RGB
CMYK
RGB Variations
Color information
#B44188 (or 0xB44188) is known color: Medium Red Violet. HEX triplet: B4, 41 and 88. RGB value is (180,65,136). Sum of RGB (Red+Green+Blue) = 180+65+136=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 65 (25.78% from 255 or 17.06% from 381); Blue value is 136 (53.52% from 255 or 35.70% from 381); Max value from RGB is 180 - color contains mainly: red. Hex color #B44188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44188 is #4BBE77. Grayscale: #6B6B6B. Windows color (decimal): -4963960 or 8929716. OLE color: 8929716.
HSL color Cylindrical-coordinate representation of color #B44188: hue angle of 322.96º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B44188 is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 65 | 136 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.29 |
| HSL | 322.96º | 0.47% | 0.48% | - |
| HSV(B) | 322.96º | 0.64% | 0.71% | - |
| XYZ | 25.16 | 15.26 | 24.91 | - |
| YUV | 107.48 | 144.1 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 65 | 136 | 0 | 0.64 | 0.24 | 0.29 | 322.96 | 0.47 | 0.48 |
| Hex | B4 | 41 | 88 | 0 | 40 | 18 | 1D | 143 | 2F | 30 |
| Octal | 264 | 101 | 210 | 0 | 100 | 30 | 35 | 503 | 57 | 60 |
| Binary | 10110100 | 1000001 | 10001000 | 0 | 1000000 | 11000 | 11101 | 101000011 | 101111 | 110000 |
Color Harmonies of #B44188
Complementary color
Monochromatic Colors of #B44188
Black with #B44188
Text Example
Text Example
White with #B44188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44188; }
p { color: rgb(180,65,136); }
H1.HeaderClassName
{
color: #B44188;
}
.AnyTagClassName
{
color: #B44188;
}
</style>
background-color css
<style>
a { background-color: #B44188; }
a { background-color: rgb(180,65,136); }
div.DivClassName
{
background-color: #B44188;
}
.BgClassName
{
background-color: #B44188;
}
</style>
border-color css
<style>
span { border-color: #B44188; }
span { border-color: rgb(180,65,136); }
td.TdClassName
{
border-color: #B44188;
}
.TagClassName
{
border-color: #B44188;
}
</style>