Shades of Medium Red Violet #B4319B
Tints of Medium Red Violet #B4319B
RGB
CMYK
RGB Variations
Color information
#B4319B (or 0xB4319B) is known color: Medium Red Violet. HEX triplet: B4, 31 and 9B. RGB value is (180,49,155). Sum of RGB (Red+Green+Blue) = 180+49+155=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 49 (19.53% from 255 or 12.76% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B4319B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4319B is #4BCE64. Grayscale: #636363. Windows color (decimal): -4968037 or 10170804. OLE color: 10170804.
HSL color Cylindrical-coordinate representation of color #B4319B: hue angle of 311.45º degrees, saturation: 0.57, 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 #B4319B is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 49 | 155 | - |
| CMYK | 0 | 0.73 | 0.14 | 0.29 |
| HSL | 311.45º | 0.57% | 0.45% | - |
| HSV(B) | 311.45º | 0.73% | 0.71% | - |
| XYZ | 25.84 | 14.27 | 32.4 | - |
| YUV | 100.25 | 158.9 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 49 | 155 | 0 | 0.73 | 0.14 | 0.29 | 311.45 | 0.57 | 0.45 |
| Hex | B4 | 31 | 9B | 0 | 49 | E | 1D | 137 | 39 | 2D |
| Octal | 264 | 61 | 233 | 0 | 111 | 16 | 35 | 467 | 71 | 55 |
| Binary | 10110100 | 110001 | 10011011 | 0 | 1001001 | 1110 | 11101 | 100110111 | 111001 | 101101 |
Color Harmonies of #B4319B
Complementary color
Monochromatic Colors of #B4319B
Black with #B4319B
Text Example
Text Example
White with #B4319B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4319B; }
p { color: rgb(180,49,155); }
H1.HeaderClassName
{
color: #B4319B;
}
.AnyTagClassName
{
color: #B4319B;
}
</style>
background-color css
<style>
a { background-color: #B4319B; }
a { background-color: rgb(180,49,155); }
div.DivClassName
{
background-color: #B4319B;
}
.BgClassName
{
background-color: #B4319B;
}
</style>
border-color css
<style>
span { border-color: #B4319B; }
span { border-color: rgb(180,49,155); }
td.TdClassName
{
border-color: #B4319B;
}
.TagClassName
{
border-color: #B4319B;
}
</style>