Shades of Medium Red Violet #B43373
Tints of Medium Red Violet #B43373
RGB
CMYK
RGB Variations
Color information
#B43373 (or 0xB43373) is known color: Medium Red Violet. HEX triplet: B4, 33 and 73. RGB value is (180,51,115). Sum of RGB (Red+Green+Blue) = 180+51+115=346 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.02% from 346); Green value is 51 (20.31% from 255 or 14.74% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 180 - color contains mainly: red. Hex color #B43373 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43373 is #4BCC8C. Grayscale: #606060. Windows color (decimal): -4967565 or 7549876. OLE color: 7549876.
HSL color Cylindrical-coordinate representation of color #B43373: hue angle of 330.23º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B43373 is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 51 | 115 | - |
| CMYK | 0 | 0.72 | 0.36 | 0.29 |
| HSL | 330.23º | 0.56% | 0.45% | - |
| HSV(B) | 330.23º | 0.72% | 0.71% | - |
| XYZ | 23.1 | 13.31 | 17.57 | - |
| YUV | 96.87 | 138.24 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 51 | 115 | 0 | 0.72 | 0.36 | 0.29 | 330.23 | 0.56 | 0.45 |
| Hex | B4 | 33 | 73 | 0 | 48 | 24 | 1D | 14A | 38 | 2D |
| Octal | 264 | 63 | 163 | 0 | 110 | 44 | 35 | 512 | 70 | 55 |
| Binary | 10110100 | 110011 | 1110011 | 0 | 1001000 | 100100 | 11101 | 101001010 | 111000 | 101101 |
Color Harmonies of #B43373
Complementary color
Monochromatic Colors of #B43373
Black with #B43373
Text Example
Text Example
White with #B43373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43373; }
p { color: rgb(180,51,115); }
H1.HeaderClassName
{
color: #B43373;
}
.AnyTagClassName
{
color: #B43373;
}
</style>
background-color css
<style>
a { background-color: #B43373; }
a { background-color: rgb(180,51,115); }
div.DivClassName
{
background-color: #B43373;
}
.BgClassName
{
background-color: #B43373;
}
</style>
border-color css
<style>
span { border-color: #B43373; }
span { border-color: rgb(180,51,115); }
td.TdClassName
{
border-color: #B43373;
}
.TagClassName
{
border-color: #B43373;
}
</style>