Shades of Medium Red Violet #B44185
Tints of Medium Red Violet #B44185
RGB
CMYK
RGB Variations
Color information
#B44185 (or 0xB44185) is known color: Medium Red Violet. HEX triplet: B4, 41 and 85. RGB value is (180,65,133). Sum of RGB (Red+Green+Blue) = 180+65+133=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 65 (25.78% from 255 or 17.20% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 180 - color contains mainly: red. Hex color #B44185 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44185 is #4BBE7A. Grayscale: #6A6A6A. Windows color (decimal): -4963963 or 8733108. OLE color: 8733108.
HSL color Cylindrical-coordinate representation of color #B44185: hue angle of 324.52º 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 #B44185 is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 65 | 133 | - |
| CMYK | 0 | 0.64 | 0.26 | 0.29 |
| HSL | 324.52º | 0.47% | 0.48% | - |
| HSV(B) | 324.52º | 0.64% | 0.71% | - |
| XYZ | 24.95 | 15.18 | 23.81 | - |
| YUV | 107.14 | 142.6 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 65 | 133 | 0 | 0.64 | 0.26 | 0.29 | 324.52 | 0.47 | 0.48 |
| Hex | B4 | 41 | 85 | 0 | 40 | 1A | 1D | 145 | 2F | 30 |
| Octal | 264 | 101 | 205 | 0 | 100 | 32 | 35 | 505 | 57 | 60 |
| Binary | 10110100 | 1000001 | 10000101 | 0 | 1000000 | 11010 | 11101 | 101000101 | 101111 | 110000 |
Color Harmonies of #B44185
Complementary color
Monochromatic Colors of #B44185
Black with #B44185
Text Example
Text Example
White with #B44185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44185; }
p { color: rgb(180,65,133); }
H1.HeaderClassName
{
color: #B44185;
}
.AnyTagClassName
{
color: #B44185;
}
</style>
background-color css
<style>
a { background-color: #B44185; }
a { background-color: rgb(180,65,133); }
div.DivClassName
{
background-color: #B44185;
}
.BgClassName
{
background-color: #B44185;
}
</style>
border-color css
<style>
span { border-color: #B44185; }
span { border-color: rgb(180,65,133); }
td.TdClassName
{
border-color: #B44185;
}
.TagClassName
{
border-color: #B44185;
}
</style>