Shades of Medium Red Violet #B44089
Tints of Medium Red Violet #B44089
RGB
CMYK
RGB Variations
Color information
#B44089 (or 0xB44089) is known color: Medium Red Violet. HEX triplet: B4, 40 and 89. RGB value is (180,64,137). Sum of RGB (Red+Green+Blue) = 180+64+137=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 64 (25.39% from 255 or 16.80% from 381); Blue value is 137 (53.91% from 255 or 35.96% from 381); Max value from RGB is 180 - color contains mainly: red. Hex color #B44089 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44089 is #4BBF76. Grayscale: #6A6A6A. Windows color (decimal): -4964215 or 8994996. OLE color: 8994996.
HSL color Cylindrical-coordinate representation of color #B44089: hue angle of 322.24º degrees, saturation: 0.48, 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 #B44089 is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 64 | 137 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.29 |
| HSL | 322.24º | 0.48% | 0.48% | - |
| HSV(B) | 322.24º | 0.64% | 0.71% | - |
| XYZ | 25.17 | 15.18 | 25.27 | - |
| YUV | 107.01 | 144.93 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 64 | 137 | 0 | 0.64 | 0.24 | 0.29 | 322.24 | 0.48 | 0.48 |
| Hex | B4 | 40 | 89 | 0 | 40 | 18 | 1D | 142 | 30 | 30 |
| Octal | 264 | 100 | 211 | 0 | 100 | 30 | 35 | 502 | 60 | 60 |
| Binary | 10110100 | 1000000 | 10001001 | 0 | 1000000 | 11000 | 11101 | 101000010 | 110000 | 110000 |
Color Harmonies of #B44089
Complementary color
Monochromatic Colors of #B44089
Black with #B44089
Text Example
Text Example
White with #B44089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44089; }
p { color: rgb(180,64,137); }
H1.HeaderClassName
{
color: #B44089;
}
.AnyTagClassName
{
color: #B44089;
}
</style>
background-color css
<style>
a { background-color: #B44089; }
a { background-color: rgb(180,64,137); }
div.DivClassName
{
background-color: #B44089;
}
.BgClassName
{
background-color: #B44089;
}
</style>
border-color css
<style>
span { border-color: #B44089; }
span { border-color: rgb(180,64,137); }
td.TdClassName
{
border-color: #B44089;
}
.TagClassName
{
border-color: #B44089;
}
</style>