Shades of Medium Red Violet #B43FA3
Tints of Medium Red Violet #B43FA3
RGB
CMYK
RGB Variations
Color information
#B43FA3 (or 0xB43FA3) is known color: Medium Red Violet. HEX triplet: B4, 3F and A3. RGB value is (180,63,163). Sum of RGB (Red+Green+Blue) = 180+63+163=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 63 (25% from 255 or 15.52% from 406); Blue value is 163 (64.06% from 255 or 40.15% from 406); Max value from RGB is 180 - color contains mainly: red. Hex color #B43FA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43FA3 is #4BC05C. Grayscale: #6D6D6D. Windows color (decimal): -4964445 or 10698676. OLE color: 10698676.
HSL color Cylindrical-coordinate representation of color #B43FA3: hue angle of 308.72º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B43FA3 is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 63 | 163 | - |
| CMYK | 0 | 0.65 | 0.09 | 0.29 |
| HSL | 308.72º | 0.48% | 0.48% | - |
| HSV(B) | 308.72º | 0.65% | 0.71% | - |
| XYZ | 27.21 | 15.9 | 36.29 | - |
| YUV | 109.38 | 158.26 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 63 | 163 | 0 | 0.65 | 0.09 | 0.29 | 308.72 | 0.48 | 0.48 |
| Hex | B4 | 3F | A3 | 0 | 41 | 9 | 1D | 135 | 30 | 30 |
| Octal | 264 | 77 | 243 | 0 | 101 | 11 | 35 | 465 | 60 | 60 |
| Binary | 10110100 | 111111 | 10100011 | 0 | 1000001 | 1001 | 11101 | 100110101 | 110000 | 110000 |
Color Harmonies of #B43FA3
Complementary color
Monochromatic Colors of #B43FA3
Black with #B43FA3
Text Example
Text Example
White with #B43FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43FA3; }
p { color: rgb(180,63,163); }
H1.HeaderClassName
{
color: #B43FA3;
}
.AnyTagClassName
{
color: #B43FA3;
}
</style>
background-color css
<style>
a { background-color: #B43FA3; }
a { background-color: rgb(180,63,163); }
div.DivClassName
{
background-color: #B43FA3;
}
.BgClassName
{
background-color: #B43FA3;
}
</style>
border-color css
<style>
span { border-color: #B43FA3; }
span { border-color: rgb(180,63,163); }
td.TdClassName
{
border-color: #B43FA3;
}
.TagClassName
{
border-color: #B43FA3;
}
</style>