Shades of Medium Red Violet #B43296
Tints of Medium Red Violet #B43296
RGB
CMYK
RGB Variations
Color information
#B43296 (or 0xB43296) is known color: Medium Red Violet. HEX triplet: B4, 32 and 96. RGB value is (180,50,150). Sum of RGB (Red+Green+Blue) = 180+50+150=380 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.37% from 380); Green value is 50 (19.92% from 255 or 13.16% from 380); Blue value is 150 (58.98% from 255 or 39.47% from 380); Max value from RGB is 180 - color contains mainly: red. Hex color #B43296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43296 is #4BCD69. Grayscale: #646464. Windows color (decimal): -4967786 or 9843380. OLE color: 9843380.
HSL color Cylindrical-coordinate representation of color #B43296: hue angle of 313.85º degrees, saturation: 0.57, 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 #B43296 is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 50 | 150 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.29 |
| HSL | 313.85º | 0.57% | 0.45% | - |
| HSV(B) | 313.85º | 0.72% | 0.71% | - |
| XYZ | 25.47 | 14.19 | 30.25 | - |
| YUV | 100.27 | 156.07 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 50 | 150 | 0 | 0.72 | 0.17 | 0.29 | 313.85 | 0.57 | 0.45 |
| Hex | B4 | 32 | 96 | 0 | 48 | 11 | 1D | 13A | 39 | 2D |
| Octal | 264 | 62 | 226 | 0 | 110 | 21 | 35 | 472 | 71 | 55 |
| Binary | 10110100 | 110010 | 10010110 | 0 | 1001000 | 10001 | 11101 | 100111010 | 111001 | 101101 |
Color Harmonies of #B43296
Complementary color
Monochromatic Colors of #B43296
Black with #B43296
Text Example
Text Example
White with #B43296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43296; }
p { color: rgb(180,50,150); }
H1.HeaderClassName
{
color: #B43296;
}
.AnyTagClassName
{
color: #B43296;
}
</style>
background-color css
<style>
a { background-color: #B43296; }
a { background-color: rgb(180,50,150); }
div.DivClassName
{
background-color: #B43296;
}
.BgClassName
{
background-color: #B43296;
}
</style>
border-color css
<style>
span { border-color: #B43296; }
span { border-color: rgb(180,50,150); }
td.TdClassName
{
border-color: #B43296;
}
.TagClassName
{
border-color: #B43296;
}
</style>