Shades of Medium Red Violet #B43D8C
Tints of Medium Red Violet #B43D8C
RGB
CMYK
RGB Variations
Color information
#B43D8C (or 0xB43D8C) is known color: Medium Red Violet. HEX triplet: B4, 3D and 8C. RGB value is (180,61,140). Sum of RGB (Red+Green+Blue) = 180+61+140=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 61 (24.22% from 255 or 16.01% from 381); Blue value is 140 (55.08% from 255 or 36.75% from 381); Max value from RGB is 180 - color contains mainly: red. Hex color #B43D8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43D8C is #4BC273. Grayscale: #696969. Windows color (decimal): -4964980 or 9190836. OLE color: 9190836.
HSL color Cylindrical-coordinate representation of color #B43D8C: hue angle of 320.17º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B43D8C is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 61 | 140 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.29 |
| HSL | 320.17º | 0.49% | 0.47% | - |
| HSV(B) | 320.17º | 0.66% | 0.71% | - |
| XYZ | 25.22 | 14.93 | 26.36 | - |
| YUV | 105.59 | 147.42 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 61 | 140 | 0 | 0.66 | 0.22 | 0.29 | 320.17 | 0.49 | 0.47 |
| Hex | B4 | 3D | 8C | 0 | 42 | 16 | 1D | 140 | 31 | 2F |
| Octal | 264 | 75 | 214 | 0 | 102 | 26 | 35 | 500 | 61 | 57 |
| Binary | 10110100 | 111101 | 10001100 | 0 | 1000010 | 10110 | 11101 | 101000000 | 110001 | 101111 |
Color Harmonies of #B43D8C
Complementary color
Monochromatic Colors of #B43D8C
Black with #B43D8C
Text Example
Text Example
White with #B43D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43D8C; }
p { color: rgb(180,61,140); }
H1.HeaderClassName
{
color: #B43D8C;
}
.AnyTagClassName
{
color: #B43D8C;
}
</style>
background-color css
<style>
a { background-color: #B43D8C; }
a { background-color: rgb(180,61,140); }
div.DivClassName
{
background-color: #B43D8C;
}
.BgClassName
{
background-color: #B43D8C;
}
</style>
border-color css
<style>
span { border-color: #B43D8C; }
span { border-color: rgb(180,61,140); }
td.TdClassName
{
border-color: #B43D8C;
}
.TagClassName
{
border-color: #B43D8C;
}
</style>