Shades of Medium Red Violet #B4448F
Tints of Medium Red Violet #B4448F
RGB
CMYK
RGB Variations
Color information
#B4448F (or 0xB4448F) is known color: Medium Red Violet. HEX triplet: B4, 44 and 8F. RGB value is (180,68,143). Sum of RGB (Red+Green+Blue) = 180+68+143=391 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.04% from 391); Green value is 68 (26.95% from 255 or 17.39% from 391); Blue value is 143 (56.25% from 255 or 36.57% from 391); Max value from RGB is 180 - color contains mainly: red. Hex color #B4448F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4448F is #4BBB70. Grayscale: #6D6D6D. Windows color (decimal): -4963185 or 9389236. OLE color: 9389236.
HSL color Cylindrical-coordinate representation of color #B4448F: hue angle of 319.82º 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 #B4448F is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 68 | 143 | - |
| CMYK | 0 | 0.62 | 0.21 | 0.29 |
| HSL | 319.82º | 0.45% | 0.49% | - |
| HSV(B) | 319.82º | 0.62% | 0.71% | - |
| XYZ | 25.85 | 15.82 | 27.68 | - |
| YUV | 110.04 | 146.61 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 68 | 143 | 0 | 0.62 | 0.21 | 0.29 | 319.82 | 0.45 | 0.49 |
| Hex | B4 | 44 | 8F | 0 | 3E | 15 | 1D | 140 | 2D | 31 |
| Octal | 264 | 104 | 217 | 0 | 76 | 25 | 35 | 500 | 55 | 61 |
| Binary | 10110100 | 1000100 | 10001111 | 0 | 111110 | 10101 | 11101 | 101000000 | 101101 | 110001 |
Color Harmonies of #B4448F
Complementary color
Monochromatic Colors of #B4448F
Black with #B4448F
Text Example
Text Example
White with #B4448F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4448F; }
p { color: rgb(180,68,143); }
H1.HeaderClassName
{
color: #B4448F;
}
.AnyTagClassName
{
color: #B4448F;
}
</style>
background-color css
<style>
a { background-color: #B4448F; }
a { background-color: rgb(180,68,143); }
div.DivClassName
{
background-color: #B4448F;
}
.BgClassName
{
background-color: #B4448F;
}
</style>
border-color css
<style>
span { border-color: #B4448F; }
span { border-color: rgb(180,68,143); }
td.TdClassName
{
border-color: #B4448F;
}
.TagClassName
{
border-color: #B4448F;
}
</style>