Shades of Medium Red Violet #B44190
Tints of Medium Red Violet #B44190
RGB
CMYK
RGB Variations
Color information
#B44190 (or 0xB44190) is known color: Medium Red Violet. HEX triplet: B4, 41 and 90. RGB value is (180,65,144). Sum of RGB (Red+Green+Blue) = 180+65+144=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 65 (25.78% from 255 or 16.71% from 389); Blue value is 144 (56.64% from 255 or 37.02% from 389); Max value from RGB is 180 - color contains mainly: red. Hex color #B44190 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44190 is #4BBE6F. Grayscale: #6C6C6C. Windows color (decimal): -4963952 or 9454004. OLE color: 9454004.
HSL color Cylindrical-coordinate representation of color #B44190: hue angle of 318.78º 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 #B44190 is Cyan = 0, Magento = 0.64, Yellow = 0.2 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 65 | 144 | - |
| CMYK | 0 | 0.64 | 0.2 | 0.29 |
| HSL | 318.78º | 0.47% | 0.48% | - |
| HSV(B) | 318.78º | 0.64% | 0.71% | - |
| XYZ | 25.75 | 15.5 | 28.02 | - |
| YUV | 108.39 | 148.1 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 65 | 144 | 0 | 0.64 | 0.2 | 0.29 | 318.78 | 0.47 | 0.48 |
| Hex | B4 | 41 | 90 | 0 | 40 | 14 | 1D | 13F | 2F | 30 |
| Octal | 264 | 101 | 220 | 0 | 100 | 24 | 35 | 477 | 57 | 60 |
| Binary | 10110100 | 1000001 | 10010000 | 0 | 1000000 | 10100 | 11101 | 100111111 | 101111 | 110000 |
Color Harmonies of #B44190
Complementary color
Monochromatic Colors of #B44190
Black with #B44190
Text Example
Text Example
White with #B44190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44190; }
p { color: rgb(180,65,144); }
H1.HeaderClassName
{
color: #B44190;
}
.AnyTagClassName
{
color: #B44190;
}
</style>
background-color css
<style>
a { background-color: #B44190; }
a { background-color: rgb(180,65,144); }
div.DivClassName
{
background-color: #B44190;
}
.BgClassName
{
background-color: #B44190;
}
</style>
border-color css
<style>
span { border-color: #B44190; }
span { border-color: rgb(180,65,144); }
td.TdClassName
{
border-color: #B44190;
}
.TagClassName
{
border-color: #B44190;
}
</style>