Shades of Medium Red Violet #B43A99
Tints of Medium Red Violet #B43A99
RGB
CMYK
RGB Variations
Color information
#B43A99 (or 0xB43A99) is known color: Medium Red Violet. HEX triplet: B4, 3A and 99. RGB value is (180,58,153). Sum of RGB (Red+Green+Blue) = 180+58+153=391 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.04% from 391); Green value is 58 (23.05% from 255 or 14.83% from 391); Blue value is 153 (60.16% from 255 or 39.13% from 391); Max value from RGB is 180 - color contains mainly: red. Hex color #B43A99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43A99 is #4BC566. Grayscale: #696969. Windows color (decimal): -4965735 or 10042036. OLE color: 10042036.
HSL color Cylindrical-coordinate representation of color #B43A99: hue angle of 313.28º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B43A99 is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 58 | 153 | - |
| CMYK | 0 | 0.68 | 0.15 | 0.29 |
| HSL | 313.28º | 0.51% | 0.47% | - |
| HSV(B) | 313.28º | 0.68% | 0.71% | - |
| XYZ | 26.09 | 15.03 | 31.66 | - |
| YUV | 105.31 | 154.92 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 58 | 153 | 0 | 0.68 | 0.15 | 0.29 | 313.28 | 0.51 | 0.47 |
| Hex | B4 | 3A | 99 | 0 | 44 | F | 1D | 139 | 33 | 2F |
| Octal | 264 | 72 | 231 | 0 | 104 | 17 | 35 | 471 | 63 | 57 |
| Binary | 10110100 | 111010 | 10011001 | 0 | 1000100 | 1111 | 11101 | 100111001 | 110011 | 101111 |
Color Harmonies of #B43A99
Complementary color
Monochromatic Colors of #B43A99
Black with #B43A99
Text Example
Text Example
White with #B43A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43A99; }
p { color: rgb(180,58,153); }
H1.HeaderClassName
{
color: #B43A99;
}
.AnyTagClassName
{
color: #B43A99;
}
</style>
background-color css
<style>
a { background-color: #B43A99; }
a { background-color: rgb(180,58,153); }
div.DivClassName
{
background-color: #B43A99;
}
.BgClassName
{
background-color: #B43A99;
}
</style>
border-color css
<style>
span { border-color: #B43A99; }
span { border-color: rgb(180,58,153); }
td.TdClassName
{
border-color: #B43A99;
}
.TagClassName
{
border-color: #B43A99;
}
</style>