Shades of Medium Red Violet #B4309C
Tints of Medium Red Violet #B4309C
RGB
CMYK
RGB Variations
Color information
#B4309C (or 0xB4309C) is known color: Medium Red Violet. HEX triplet: B4, 30 and 9C. RGB value is (180,48,156). Sum of RGB (Red+Green+Blue) = 180+48+156=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 48 (19.14% from 255 or 12.5% from 384); Blue value is 156 (61.33% from 255 or 40.62% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B4309C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4309C is #4BCF63. Grayscale: #636363. Windows color (decimal): -4968292 or 10236084. OLE color: 10236084.
HSL color Cylindrical-coordinate representation of color #B4309C: hue angle of 310.91º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B4309C is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 48 | 156 | - |
| CMYK | 0 | 0.73 | 0.13 | 0.29 |
| HSL | 310.91º | 0.58% | 0.45% | - |
| HSV(B) | 310.91º | 0.73% | 0.71% | - |
| XYZ | 25.88 | 14.22 | 32.83 | - |
| YUV | 99.78 | 159.73 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 48 | 156 | 0 | 0.73 | 0.13 | 0.29 | 310.91 | 0.58 | 0.45 |
| Hex | B4 | 30 | 9C | 0 | 49 | D | 1D | 137 | 3A | 2D |
| Octal | 264 | 60 | 234 | 0 | 111 | 15 | 35 | 467 | 72 | 55 |
| Binary | 10110100 | 110000 | 10011100 | 0 | 1001001 | 1101 | 11101 | 100110111 | 111010 | 101101 |
Color Harmonies of #B4309C
Complementary color
Monochromatic Colors of #B4309C
Black with #B4309C
Text Example
Text Example
White with #B4309C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4309C; }
p { color: rgb(180,48,156); }
H1.HeaderClassName
{
color: #B4309C;
}
.AnyTagClassName
{
color: #B4309C;
}
</style>
background-color css
<style>
a { background-color: #B4309C; }
a { background-color: rgb(180,48,156); }
div.DivClassName
{
background-color: #B4309C;
}
.BgClassName
{
background-color: #B4309C;
}
</style>
border-color css
<style>
span { border-color: #B4309C; }
span { border-color: rgb(180,48,156); }
td.TdClassName
{
border-color: #B4309C;
}
.TagClassName
{
border-color: #B4309C;
}
</style>