Shades of Medium Red Violet #B43BA0
Tints of Medium Red Violet #B43BA0
RGB
CMYK
RGB Variations
Color information
#B43BA0 (or 0xB43BA0) is known color: Medium Red Violet. HEX triplet: B4, 3B and A0. RGB value is (180,59,160). Sum of RGB (Red+Green+Blue) = 180+59+160=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 59 (23.44% from 255 or 14.79% from 399); Blue value is 160 (62.89% from 255 or 40.10% from 399); Max value from RGB is 180 - color contains mainly: red. Hex color #B43BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43BA0 is #4BC45F. Grayscale: #6A6A6A. Windows color (decimal): -4965472 or 10501044. OLE color: 10501044.
HSL color Cylindrical-coordinate representation of color #B43BA0: hue angle of 309.92º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B43BA0 is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 59 | 160 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.29 |
| HSL | 309.92º | 0.51% | 0.47% | - |
| HSV(B) | 309.92º | 0.67% | 0.71% | - |
| XYZ | 26.73 | 15.37 | 34.82 | - |
| YUV | 106.69 | 158.09 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 59 | 160 | 0 | 0.67 | 0.11 | 0.29 | 309.92 | 0.51 | 0.47 |
| Hex | B4 | 3B | A0 | 0 | 43 | B | 1D | 136 | 33 | 2F |
| Octal | 264 | 73 | 240 | 0 | 103 | 13 | 35 | 466 | 63 | 57 |
| Binary | 10110100 | 111011 | 10100000 | 0 | 1000011 | 1011 | 11101 | 100110110 | 110011 | 101111 |
Color Harmonies of #B43BA0
Complementary color
Monochromatic Colors of #B43BA0
Black with #B43BA0
Text Example
Text Example
White with #B43BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43BA0; }
p { color: rgb(180,59,160); }
H1.HeaderClassName
{
color: #B43BA0;
}
.AnyTagClassName
{
color: #B43BA0;
}
</style>
background-color css
<style>
a { background-color: #B43BA0; }
a { background-color: rgb(180,59,160); }
div.DivClassName
{
background-color: #B43BA0;
}
.BgClassName
{
background-color: #B43BA0;
}
</style>
border-color css
<style>
span { border-color: #B43BA0; }
span { border-color: rgb(180,59,160); }
td.TdClassName
{
border-color: #B43BA0;
}
.TagClassName
{
border-color: #B43BA0;
}
</style>