Shades of Medium Red Violet #B4428C
Tints of Medium Red Violet #B4428C
RGB
CMYK
RGB Variations
Color information
#B4428C (or 0xB4428C) is known color: Medium Red Violet. HEX triplet: B4, 42 and 8C. RGB value is (180,66,140). Sum of RGB (Red+Green+Blue) = 180+66+140=386 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.63% from 386); Green value is 66 (26.17% from 255 or 17.10% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 180 - color contains mainly: red. Hex color #B4428C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4428C is #4BBD73. Grayscale: #6C6C6C. Windows color (decimal): -4963700 or 9192116. OLE color: 9192116.
HSL color Cylindrical-coordinate representation of color #B4428C: hue angle of 321.05º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B4428C is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 66 | 140 | - |
| CMYK | 0 | 0.63 | 0.22 | 0.29 |
| HSL | 321.05º | 0.46% | 0.48% | - |
| HSV(B) | 321.05º | 0.63% | 0.71% | - |
| XYZ | 25.5 | 15.49 | 26.46 | - |
| YUV | 108.52 | 145.77 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 66 | 140 | 0 | 0.63 | 0.22 | 0.29 | 321.05 | 0.46 | 0.48 |
| Hex | B4 | 42 | 8C | 0 | 3F | 16 | 1D | 141 | 2E | 30 |
| Octal | 264 | 102 | 214 | 0 | 77 | 26 | 35 | 501 | 56 | 60 |
| Binary | 10110100 | 1000010 | 10001100 | 0 | 111111 | 10110 | 11101 | 101000001 | 101110 | 110000 |
Color Harmonies of #B4428C
Complementary color
Monochromatic Colors of #B4428C
Black with #B4428C
Text Example
Text Example
White with #B4428C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4428C; }
p { color: rgb(180,66,140); }
H1.HeaderClassName
{
color: #B4428C;
}
.AnyTagClassName
{
color: #B4428C;
}
</style>
background-color css
<style>
a { background-color: #B4428C; }
a { background-color: rgb(180,66,140); }
div.DivClassName
{
background-color: #B4428C;
}
.BgClassName
{
background-color: #B4428C;
}
</style>
border-color css
<style>
span { border-color: #B4428C; }
span { border-color: rgb(180,66,140); }
td.TdClassName
{
border-color: #B4428C;
}
.TagClassName
{
border-color: #B4428C;
}
</style>