Shades of Medium Red Violet #B44487
Tints of Medium Red Violet #B44487
RGB
CMYK
RGB Variations
Color information
#B44487 (or 0xB44487) is known color: Medium Red Violet. HEX triplet: B4, 44 and 87. RGB value is (180,68,135). Sum of RGB (Red+Green+Blue) = 180+68+135=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 68 (26.95% from 255 or 17.75% from 383); Blue value is 135 (53.12% from 255 or 35.25% from 383); Max value from RGB is 180 - color contains mainly: red. Hex color #B44487 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44487 is #4BBB78. Grayscale: #6C6C6C. Windows color (decimal): -4963193 or 8864948. OLE color: 8864948.
HSL color Cylindrical-coordinate representation of color #B44487: hue angle of 324.11º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B44487 is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 68 | 135 | - |
| CMYK | 0 | 0.62 | 0.25 | 0.29 |
| HSL | 324.11º | 0.45% | 0.49% | - |
| HSV(B) | 324.11º | 0.62% | 0.71% | - |
| XYZ | 25.26 | 15.59 | 24.6 | - |
| YUV | 109.13 | 142.61 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 68 | 135 | 0 | 0.62 | 0.25 | 0.29 | 324.11 | 0.45 | 0.49 |
| Hex | B4 | 44 | 87 | 0 | 3E | 19 | 1D | 144 | 2D | 31 |
| Octal | 264 | 104 | 207 | 0 | 76 | 31 | 35 | 504 | 55 | 61 |
| Binary | 10110100 | 1000100 | 10000111 | 0 | 111110 | 11001 | 11101 | 101000100 | 101101 | 110001 |
Color Harmonies of #B44487
Complementary color
Monochromatic Colors of #B44487
Black with #B44487
Text Example
Text Example
White with #B44487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44487; }
p { color: rgb(180,68,135); }
H1.HeaderClassName
{
color: #B44487;
}
.AnyTagClassName
{
color: #B44487;
}
</style>
background-color css
<style>
a { background-color: #B44487; }
a { background-color: rgb(180,68,135); }
div.DivClassName
{
background-color: #B44487;
}
.BgClassName
{
background-color: #B44487;
}
</style>
border-color css
<style>
span { border-color: #B44487; }
span { border-color: rgb(180,68,135); }
td.TdClassName
{
border-color: #B44487;
}
.TagClassName
{
border-color: #B44487;
}
</style>