Shades of Medium Red Violet #B43C8D
Tints of Medium Red Violet #B43C8D
RGB
CMYK
RGB Variations
Color information
#B43C8D (or 0xB43C8D) is known color: Medium Red Violet. HEX triplet: B4, 3C and 8D. RGB value is (180,60,141). Sum of RGB (Red+Green+Blue) = 180+60+141=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 60 (23.83% from 255 or 15.75% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 180 - color contains mainly: red. Hex color #B43C8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43C8D is #4BC372. Grayscale: #686868. Windows color (decimal): -4965235 or 9256116. OLE color: 9256116.
HSL color Cylindrical-coordinate representation of color #B43C8D: hue angle of 319.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B43C8D is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 60 | 141 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.29 |
| HSL | 319.5º | 0.5% | 0.47% | - |
| HSV(B) | 319.5º | 0.67% | 0.71% | - |
| XYZ | 25.25 | 14.86 | 26.74 | - |
| YUV | 105.11 | 148.26 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 60 | 141 | 0 | 0.67 | 0.22 | 0.29 | 319.5 | 0.5 | 0.47 |
| Hex | B4 | 3C | 8D | 0 | 43 | 16 | 1D | 140 | 32 | 2F |
| Octal | 264 | 74 | 215 | 0 | 103 | 26 | 35 | 500 | 62 | 57 |
| Binary | 10110100 | 111100 | 10001101 | 0 | 1000011 | 10110 | 11101 | 101000000 | 110010 | 101111 |
Color Harmonies of #B43C8D
Complementary color
Monochromatic Colors of #B43C8D
Black with #B43C8D
Text Example
Text Example
White with #B43C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43C8D; }
p { color: rgb(180,60,141); }
H1.HeaderClassName
{
color: #B43C8D;
}
.AnyTagClassName
{
color: #B43C8D;
}
</style>
background-color css
<style>
a { background-color: #B43C8D; }
a { background-color: rgb(180,60,141); }
div.DivClassName
{
background-color: #B43C8D;
}
.BgClassName
{
background-color: #B43C8D;
}
</style>
border-color css
<style>
span { border-color: #B43C8D; }
span { border-color: rgb(180,60,141); }
td.TdClassName
{
border-color: #B43C8D;
}
.TagClassName
{
border-color: #B43C8D;
}
</style>