Shades of Medium Red Violet #B4328C
Tints of Medium Red Violet #B4328C
RGB
CMYK
RGB Variations
Color information
#B4328C (or 0xB4328C) is known color: Medium Red Violet. HEX triplet: B4, 32 and 8C. RGB value is (180,50,140). Sum of RGB (Red+Green+Blue) = 180+50+140=370 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.65% from 370); Green value is 50 (19.92% from 255 or 13.51% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 180 - color contains mainly: red. Hex color #B4328C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4328C is #4BCD73. Grayscale: #626262. Windows color (decimal): -4967796 or 9188020. OLE color: 9188020.
HSL color Cylindrical-coordinate representation of color #B4328C: hue angle of 318.46º 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 #B4328C is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 50 | 140 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.29 |
| HSL | 318.46º | 0.57% | 0.45% | - |
| HSV(B) | 318.46º | 0.72% | 0.71% | - |
| XYZ | 24.7 | 13.88 | 26.19 | - |
| YUV | 99.13 | 151.07 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 50 | 140 | 0 | 0.72 | 0.22 | 0.29 | 318.46 | 0.57 | 0.45 |
| Hex | B4 | 32 | 8C | 0 | 48 | 16 | 1D | 13E | 39 | 2D |
| Octal | 264 | 62 | 214 | 0 | 110 | 26 | 35 | 476 | 71 | 55 |
| Binary | 10110100 | 110010 | 10001100 | 0 | 1001000 | 10110 | 11101 | 100111110 | 111001 | 101101 |
Color Harmonies of #B4328C
Complementary color
Monochromatic Colors of #B4328C
Black with #B4328C
Text Example
Text Example
White with #B4328C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4328C; }
p { color: rgb(180,50,140); }
H1.HeaderClassName
{
color: #B4328C;
}
.AnyTagClassName
{
color: #B4328C;
}
</style>
background-color css
<style>
a { background-color: #B4328C; }
a { background-color: rgb(180,50,140); }
div.DivClassName
{
background-color: #B4328C;
}
.BgClassName
{
background-color: #B4328C;
}
</style>
border-color css
<style>
span { border-color: #B4328C; }
span { border-color: rgb(180,50,140); }
td.TdClassName
{
border-color: #B4328C;
}
.TagClassName
{
border-color: #B4328C;
}
</style>