Shades of Medium Red Violet #B44391
Tints of Medium Red Violet #B44391
RGB
CMYK
RGB Variations
Color information
#B44391 (or 0xB44391) is known color: Medium Red Violet. HEX triplet: B4, 43 and 91. RGB value is (180,67,145). Sum of RGB (Red+Green+Blue) = 180+67+145=392 (51% of max value = 765). Red value is 180 (70.70% from 255 or 45.92% from 392); Green value is 67 (26.56% from 255 or 17.09% from 392); Blue value is 145 (57.03% from 255 or 36.99% from 392); Max value from RGB is 180 - color contains mainly: red. Hex color #B44391 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44391 is #4BBC6E. Grayscale: #6D6D6D. Windows color (decimal): -4963439 or 9520052. OLE color: 9520052.
HSL color Cylindrical-coordinate representation of color #B44391: hue angle of 318.58º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B44391 is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 67 | 145 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.29 |
| HSL | 318.58º | 0.46% | 0.48% | - |
| HSV(B) | 318.58º | 0.63% | 0.71% | - |
| XYZ | 25.94 | 15.76 | 28.46 | - |
| YUV | 109.68 | 147.94 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 67 | 145 | 0 | 0.63 | 0.19 | 0.29 | 318.58 | 0.46 | 0.48 |
| Hex | B4 | 43 | 91 | 0 | 3F | 13 | 1D | 13F | 2E | 30 |
| Octal | 264 | 103 | 221 | 0 | 77 | 23 | 35 | 477 | 56 | 60 |
| Binary | 10110100 | 1000011 | 10010001 | 0 | 111111 | 10011 | 11101 | 100111111 | 101110 | 110000 |
Color Harmonies of #B44391
Complementary color
Monochromatic Colors of #B44391
Black with #B44391
Text Example
Text Example
White with #B44391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44391; }
p { color: rgb(180,67,145); }
H1.HeaderClassName
{
color: #B44391;
}
.AnyTagClassName
{
color: #B44391;
}
</style>
background-color css
<style>
a { background-color: #B44391; }
a { background-color: rgb(180,67,145); }
div.DivClassName
{
background-color: #B44391;
}
.BgClassName
{
background-color: #B44391;
}
</style>
border-color css
<style>
span { border-color: #B44391; }
span { border-color: rgb(180,67,145); }
td.TdClassName
{
border-color: #B44391;
}
.TagClassName
{
border-color: #B44391;
}
</style>