Shades of Medium Red Violet #B43696
Tints of Medium Red Violet #B43696
RGB
CMYK
RGB Variations
Color information
#B43696 (or 0xB43696) is known color: Medium Red Violet. HEX triplet: B4, 36 and 96. RGB value is (180,54,150). Sum of RGB (Red+Green+Blue) = 180+54+150=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 54 (21.48% from 255 or 14.06% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B43696 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43696 is #4BC969. Grayscale: #666666. Windows color (decimal): -4966762 or 9844404. OLE color: 9844404.
HSL color Cylindrical-coordinate representation of color #B43696: hue angle of 314.29º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B43696 is Cyan = 0, Magento = 0.7, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 54 | 150 | - |
| CMYK | 0 | 0.7 | 0.17 | 0.29 |
| HSL | 314.29º | 0.54% | 0.46% | - |
| HSV(B) | 314.29º | 0.7% | 0.71% | - |
| XYZ | 25.65 | 14.54 | 30.31 | - |
| YUV | 102.62 | 154.74 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 54 | 150 | 0 | 0.7 | 0.17 | 0.29 | 314.29 | 0.54 | 0.46 |
| Hex | B4 | 36 | 96 | 0 | 46 | 11 | 1D | 13A | 36 | 2E |
| Octal | 264 | 66 | 226 | 0 | 106 | 21 | 35 | 472 | 66 | 56 |
| Binary | 10110100 | 110110 | 10010110 | 0 | 1000110 | 10001 | 11101 | 100111010 | 110110 | 101110 |
Color Harmonies of #B43696
Complementary color
Monochromatic Colors of #B43696
Black with #B43696
Text Example
Text Example
White with #B43696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43696; }
p { color: rgb(180,54,150); }
H1.HeaderClassName
{
color: #B43696;
}
.AnyTagClassName
{
color: #B43696;
}
</style>
background-color css
<style>
a { background-color: #B43696; }
a { background-color: rgb(180,54,150); }
div.DivClassName
{
background-color: #B43696;
}
.BgClassName
{
background-color: #B43696;
}
</style>
border-color css
<style>
span { border-color: #B43696; }
span { border-color: rgb(180,54,150); }
td.TdClassName
{
border-color: #B43696;
}
.TagClassName
{
border-color: #B43696;
}
</style>