Shades of Medium Red Violet #B43D8F
Tints of Medium Red Violet #B43D8F
RGB
CMYK
RGB Variations
Color information
#B43D8F (or 0xB43D8F) is known color: Medium Red Violet. HEX triplet: B4, 3D and 8F. RGB value is (180,61,143). Sum of RGB (Red+Green+Blue) = 180+61+143=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 61 (24.22% from 255 or 15.89% from 384); Blue value is 143 (56.25% from 255 or 37.24% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B43D8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43D8F is #4BC270. Grayscale: #696969. Windows color (decimal): -4964977 or 9387444. OLE color: 9387444.
HSL color Cylindrical-coordinate representation of color #B43D8F: hue angle of 318.66º 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 #B43D8F is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 61 | 143 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.29 |
| HSL | 318.66º | 0.49% | 0.47% | - |
| HSV(B) | 318.66º | 0.66% | 0.71% | - |
| XYZ | 25.45 | 15.02 | 27.55 | - |
| YUV | 105.93 | 148.92 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 61 | 143 | 0 | 0.66 | 0.21 | 0.29 | 318.66 | 0.49 | 0.47 |
| Hex | B4 | 3D | 8F | 0 | 42 | 15 | 1D | 13F | 31 | 2F |
| Octal | 264 | 75 | 217 | 0 | 102 | 25 | 35 | 477 | 61 | 57 |
| Binary | 10110100 | 111101 | 10001111 | 0 | 1000010 | 10101 | 11101 | 100111111 | 110001 | 101111 |
Color Harmonies of #B43D8F
Complementary color
Monochromatic Colors of #B43D8F
Black with #B43D8F
Text Example
Text Example
White with #B43D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43D8F; }
p { color: rgb(180,61,143); }
H1.HeaderClassName
{
color: #B43D8F;
}
.AnyTagClassName
{
color: #B43D8F;
}
</style>
background-color css
<style>
a { background-color: #B43D8F; }
a { background-color: rgb(180,61,143); }
div.DivClassName
{
background-color: #B43D8F;
}
.BgClassName
{
background-color: #B43D8F;
}
</style>
border-color css
<style>
span { border-color: #B43D8F; }
span { border-color: rgb(180,61,143); }
td.TdClassName
{
border-color: #B43D8F;
}
.TagClassName
{
border-color: #B43D8F;
}
</style>