Shades of Medium Red Violet #B44095
Tints of Medium Red Violet #B44095
RGB
CMYK
RGB Variations
Color information
#B44095 (or 0xB44095) is known color: Medium Red Violet. HEX triplet: B4, 40 and 95. RGB value is (180,64,149). Sum of RGB (Red+Green+Blue) = 180+64+149=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 64 (25.39% from 255 or 16.28% from 393); Blue value is 149 (58.59% from 255 or 37.91% from 393); Max value from RGB is 180 - color contains mainly: red. Hex color #B44095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44095 is #4BBF6A. Grayscale: #6C6C6C. Windows color (decimal): -4964203 or 9781428. OLE color: 9781428.
HSL color Cylindrical-coordinate representation of color #B44095: hue angle of 316.03º 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 #B44095 is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 64 | 149 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.29 |
| HSL | 316.03º | 0.48% | 0.48% | - |
| HSV(B) | 316.03º | 0.64% | 0.71% | - |
| XYZ | 26.08 | 15.54 | 30.06 | - |
| YUV | 108.37 | 150.93 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 64 | 149 | 0 | 0.64 | 0.17 | 0.29 | 316.03 | 0.48 | 0.48 |
| Hex | B4 | 40 | 95 | 0 | 40 | 11 | 1D | 13C | 30 | 30 |
| Octal | 264 | 100 | 225 | 0 | 100 | 21 | 35 | 474 | 60 | 60 |
| Binary | 10110100 | 1000000 | 10010101 | 0 | 1000000 | 10001 | 11101 | 100111100 | 110000 | 110000 |
Color Harmonies of #B44095
Complementary color
Monochromatic Colors of #B44095
Black with #B44095
Text Example
Text Example
White with #B44095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44095; }
p { color: rgb(180,64,149); }
H1.HeaderClassName
{
color: #B44095;
}
.AnyTagClassName
{
color: #B44095;
}
</style>
background-color css
<style>
a { background-color: #B44095; }
a { background-color: rgb(180,64,149); }
div.DivClassName
{
background-color: #B44095;
}
.BgClassName
{
background-color: #B44095;
}
</style>
border-color css
<style>
span { border-color: #B44095; }
span { border-color: rgb(180,64,149); }
td.TdClassName
{
border-color: #B44095;
}
.TagClassName
{
border-color: #B44095;
}
</style>