Shades of Medium Red Violet #B43D9C
Tints of Medium Red Violet #B43D9C
RGB
CMYK
RGB Variations
Color information
#B43D9C (or 0xB43D9C) is known color: Medium Red Violet. HEX triplet: B4, 3D and 9C. RGB value is (180,61,156). Sum of RGB (Red+Green+Blue) = 180+61+156=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 61 (24.22% from 255 or 15.37% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 180 - color contains mainly: red. Hex color #B43D9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43D9C is #4BC263. Grayscale: #6B6B6B. Windows color (decimal): -4964964 or 10239412. OLE color: 10239412.
HSL color Cylindrical-coordinate representation of color #B43D9C: hue angle of 312.1º 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 #B43D9C is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 61 | 156 | - |
| CMYK | 0 | 0.66 | 0.13 | 0.29 |
| HSL | 312.1º | 0.49% | 0.47% | - |
| HSV(B) | 312.1º | 0.66% | 0.71% | - |
| XYZ | 26.49 | 15.44 | 33.04 | - |
| YUV | 107.41 | 155.42 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 61 | 156 | 0 | 0.66 | 0.13 | 0.29 | 312.1 | 0.49 | 0.47 |
| Hex | B4 | 3D | 9C | 0 | 42 | D | 1D | 138 | 31 | 2F |
| Octal | 264 | 75 | 234 | 0 | 102 | 15 | 35 | 470 | 61 | 57 |
| Binary | 10110100 | 111101 | 10011100 | 0 | 1000010 | 1101 | 11101 | 100111000 | 110001 | 101111 |
Color Harmonies of #B43D9C
Complementary color
Monochromatic Colors of #B43D9C
Black with #B43D9C
Text Example
Text Example
White with #B43D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43D9C; }
p { color: rgb(180,61,156); }
H1.HeaderClassName
{
color: #B43D9C;
}
.AnyTagClassName
{
color: #B43D9C;
}
</style>
background-color css
<style>
a { background-color: #B43D9C; }
a { background-color: rgb(180,61,156); }
div.DivClassName
{
background-color: #B43D9C;
}
.BgClassName
{
background-color: #B43D9C;
}
</style>
border-color css
<style>
span { border-color: #B43D9C; }
span { border-color: rgb(180,61,156); }
td.TdClassName
{
border-color: #B43D9C;
}
.TagClassName
{
border-color: #B43D9C;
}
</style>