Shades of Medium Red Violet #B4328E
Tints of Medium Red Violet #B4328E
RGB
CMYK
RGB Variations
Color information
#B4328E (or 0xB4328E) is known color: Medium Red Violet. HEX triplet: B4, 32 and 8E. RGB value is (180,50,142). Sum of RGB (Red+Green+Blue) = 180+50+142=372 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.39% from 372); Green value is 50 (19.92% from 255 or 13.44% from 372); Blue value is 142 (55.86% from 255 or 38.17% from 372); Max value from RGB is 180 - color contains mainly: red. Hex color #B4328E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4328E is #4BCD71. Grayscale: #636363. Windows color (decimal): -4967794 or 9319092. OLE color: 9319092.
HSL color Cylindrical-coordinate representation of color #B4328E: hue angle of 317.54º 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 #B4328E is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 50 | 142 | - |
| CMYK | 0 | 0.72 | 0.21 | 0.29 |
| HSL | 317.54º | 0.57% | 0.45% | - |
| HSV(B) | 317.54º | 0.72% | 0.71% | - |
| XYZ | 24.85 | 13.94 | 26.97 | - |
| YUV | 99.36 | 152.07 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 50 | 142 | 0 | 0.72 | 0.21 | 0.29 | 317.54 | 0.57 | 0.45 |
| Hex | B4 | 32 | 8E | 0 | 48 | 15 | 1D | 13E | 39 | 2D |
| Octal | 264 | 62 | 216 | 0 | 110 | 25 | 35 | 476 | 71 | 55 |
| Binary | 10110100 | 110010 | 10001110 | 0 | 1001000 | 10101 | 11101 | 100111110 | 111001 | 101101 |
Color Harmonies of #B4328E
Complementary color
Monochromatic Colors of #B4328E
Black with #B4328E
Text Example
Text Example
White with #B4328E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4328E; }
p { color: rgb(180,50,142); }
H1.HeaderClassName
{
color: #B4328E;
}
.AnyTagClassName
{
color: #B4328E;
}
</style>
background-color css
<style>
a { background-color: #B4328E; }
a { background-color: rgb(180,50,142); }
div.DivClassName
{
background-color: #B4328E;
}
.BgClassName
{
background-color: #B4328E;
}
</style>
border-color css
<style>
span { border-color: #B4328E; }
span { border-color: rgb(180,50,142); }
td.TdClassName
{
border-color: #B4328E;
}
.TagClassName
{
border-color: #B4328E;
}
</style>