Shades of Medium Red Violet #B43D86
Tints of Medium Red Violet #B43D86
RGB
CMYK
RGB Variations
Color information
#B43D86 (or 0xB43D86) is known color: Medium Red Violet. HEX triplet: B4, 3D and 86. RGB value is (180,61,134). Sum of RGB (Red+Green+Blue) = 180+61+134=375 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48% from 375); Green value is 61 (24.22% from 255 or 16.27% from 375); Blue value is 134 (52.73% from 255 or 35.73% from 375); Max value from RGB is 180 - color contains mainly: red. Hex color #B43D86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43D86 is #4BC279. Grayscale: #686868. Windows color (decimal): -4964986 or 8797620. OLE color: 8797620.
HSL color Cylindrical-coordinate representation of color #B43D86: hue angle of 323.19º 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 #B43D86 is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 61 | 134 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.29 |
| HSL | 323.19º | 0.49% | 0.47% | - |
| HSV(B) | 323.19º | 0.66% | 0.71% | - |
| XYZ | 24.79 | 14.76 | 24.1 | - |
| YUV | 104.9 | 144.42 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 61 | 134 | 0 | 0.66 | 0.26 | 0.29 | 323.19 | 0.49 | 0.47 |
| Hex | B4 | 3D | 86 | 0 | 42 | 1A | 1D | 143 | 31 | 2F |
| Octal | 264 | 75 | 206 | 0 | 102 | 32 | 35 | 503 | 61 | 57 |
| Binary | 10110100 | 111101 | 10000110 | 0 | 1000010 | 11010 | 11101 | 101000011 | 110001 | 101111 |
Color Harmonies of #B43D86
Complementary color
Monochromatic Colors of #B43D86
Black with #B43D86
Text Example
Text Example
White with #B43D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43D86; }
p { color: rgb(180,61,134); }
H1.HeaderClassName
{
color: #B43D86;
}
.AnyTagClassName
{
color: #B43D86;
}
</style>
background-color css
<style>
a { background-color: #B43D86; }
a { background-color: rgb(180,61,134); }
div.DivClassName
{
background-color: #B43D86;
}
.BgClassName
{
background-color: #B43D86;
}
</style>
border-color css
<style>
span { border-color: #B43D86; }
span { border-color: rgb(180,61,134); }
td.TdClassName
{
border-color: #B43D86;
}
.TagClassName
{
border-color: #B43D86;
}
</style>