Shades of Medium Red Violet #B43C96
Tints of Medium Red Violet #B43C96
RGB
CMYK
RGB Variations
Color information
#B43C96 (or 0xB43C96) is known color: Medium Red Violet. HEX triplet: B4, 3C and 96. RGB value is (180,60,150). Sum of RGB (Red+Green+Blue) = 180+60+150=390 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.15% from 390); Green value is 60 (23.83% from 255 or 15.38% from 390); Blue value is 150 (58.98% from 255 or 38.46% from 390); Max value from RGB is 180 - color contains mainly: red. Hex color #B43C96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43C96 is #4BC369. Grayscale: #696969. Windows color (decimal): -4965226 or 9845940. OLE color: 9845940.
HSL color Cylindrical-coordinate representation of color #B43C96: hue angle of 315º degrees, saturation: 0.5, 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 #B43C96 is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 60 | 150 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.29 |
| HSL | 315º | 0.5% | 0.47% | - |
| HSV(B) | 315º | 0.67% | 0.71% | - |
| XYZ | 25.94 | 15.14 | 30.41 | - |
| YUV | 106.14 | 152.76 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 60 | 150 | 0 | 0.67 | 0.17 | 0.29 | 315 | 0.5 | 0.47 |
| Hex | B4 | 3C | 96 | 0 | 43 | 11 | 1D | 13B | 32 | 2F |
| Octal | 264 | 74 | 226 | 0 | 103 | 21 | 35 | 473 | 62 | 57 |
| Binary | 10110100 | 111100 | 10010110 | 0 | 1000011 | 10001 | 11101 | 100111011 | 110010 | 101111 |
Color Harmonies of #B43C96
Complementary color
Monochromatic Colors of #B43C96
Black with #B43C96
Text Example
Text Example
White with #B43C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43C96; }
p { color: rgb(180,60,150); }
H1.HeaderClassName
{
color: #B43C96;
}
.AnyTagClassName
{
color: #B43C96;
}
</style>
background-color css
<style>
a { background-color: #B43C96; }
a { background-color: rgb(180,60,150); }
div.DivClassName
{
background-color: #B43C96;
}
.BgClassName
{
background-color: #B43C96;
}
</style>
border-color css
<style>
span { border-color: #B43C96; }
span { border-color: rgb(180,60,150); }
td.TdClassName
{
border-color: #B43C96;
}
.TagClassName
{
border-color: #B43C96;
}
</style>