Shades of Medium Red Violet #B43BA3
Tints of Medium Red Violet #B43BA3
RGB
CMYK
RGB Variations
Color information
#B43BA3 (or 0xB43BA3) is known color: Medium Red Violet. HEX triplet: B4, 3B and A3. RGB value is (180,59,163). Sum of RGB (Red+Green+Blue) = 180+59+163=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 59 (23.44% from 255 or 14.68% from 402); Blue value is 163 (64.06% from 255 or 40.55% from 402); Max value from RGB is 180 - color contains mainly: red. Hex color #B43BA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43BA3 is #4BC45C. Grayscale: #6A6A6A. Windows color (decimal): -4965469 or 10697652. OLE color: 10697652.
HSL color Cylindrical-coordinate representation of color #B43BA3: hue angle of 308.43º 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 #B43BA3 is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 59 | 163 | - |
| CMYK | 0 | 0.67 | 0.09 | 0.29 |
| HSL | 308.43º | 0.51% | 0.47% | - |
| HSV(B) | 308.43º | 0.67% | 0.71% | - |
| XYZ | 27 | 15.48 | 36.21 | - |
| YUV | 107.04 | 159.59 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 59 | 163 | 0 | 0.67 | 0.09 | 0.29 | 308.43 | 0.51 | 0.47 |
| Hex | B4 | 3B | A3 | 0 | 43 | 9 | 1D | 134 | 33 | 2F |
| Octal | 264 | 73 | 243 | 0 | 103 | 11 | 35 | 464 | 63 | 57 |
| Binary | 10110100 | 111011 | 10100011 | 0 | 1000011 | 1001 | 11101 | 100110100 | 110011 | 101111 |
Color Harmonies of #B43BA3
Complementary color
Monochromatic Colors of #B43BA3
Black with #B43BA3
Text Example
Text Example
White with #B43BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43BA3; }
p { color: rgb(180,59,163); }
H1.HeaderClassName
{
color: #B43BA3;
}
.AnyTagClassName
{
color: #B43BA3;
}
</style>
background-color css
<style>
a { background-color: #B43BA3; }
a { background-color: rgb(180,59,163); }
div.DivClassName
{
background-color: #B43BA3;
}
.BgClassName
{
background-color: #B43BA3;
}
</style>
border-color css
<style>
span { border-color: #B43BA3; }
span { border-color: rgb(180,59,163); }
td.TdClassName
{
border-color: #B43BA3;
}
.TagClassName
{
border-color: #B43BA3;
}
</style>