Shades of Medium Red Violet #B42078
Tints of Medium Red Violet #B42078
RGB
CMYK
RGB Variations
Color information
#B42078 (or 0xB42078) is known color: Medium Red Violet. HEX triplet: B4, 20 and 78. RGB value is (180,32,120). Sum of RGB (Red+Green+Blue) = 180+32+120=332 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.22% from 332); Green value is 32 (12.89% from 255 or 9.64% from 332); Blue value is 120 (47.27% from 255 or 36.14% from 332); Max value from RGB is 180 - color contains mainly: red. Hex color #B42078 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42078 is #4BDF87. Grayscale: #565656. Windows color (decimal): -4972424 or 7872692. OLE color: 7872692.
HSL color Cylindrical-coordinate representation of color #B42078: hue angle of 324.32º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B42078 is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 32 | 120 | - |
| CMYK | 0 | 0.82 | 0.33 | 0.29 |
| HSL | 324.32º | 0.7% | 0.42% | - |
| HSV(B) | 324.32º | 0.82% | 0.71% | - |
| XYZ | 22.73 | 12.09 | 18.91 | - |
| YUV | 86.28 | 147.03 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 32 | 120 | 0 | 0.82 | 0.33 | 0.29 | 324.32 | 0.7 | 0.42 |
| Hex | B4 | 20 | 78 | 0 | 52 | 21 | 1D | 144 | 46 | 2A |
| Octal | 264 | 40 | 170 | 0 | 122 | 41 | 35 | 504 | 106 | 52 |
| Binary | 10110100 | 100000 | 1111000 | 0 | 1010010 | 100001 | 11101 | 101000100 | 1000110 | 101010 |
Color Harmonies of #B42078
Complementary color
Monochromatic Colors of #B42078
Black with #B42078
Text Example
Text Example
White with #B42078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42078; }
p { color: rgb(180,32,120); }
H1.HeaderClassName
{
color: #B42078;
}
.AnyTagClassName
{
color: #B42078;
}
</style>
background-color css
<style>
a { background-color: #B42078; }
a { background-color: rgb(180,32,120); }
div.DivClassName
{
background-color: #B42078;
}
.BgClassName
{
background-color: #B42078;
}
</style>
border-color css
<style>
span { border-color: #B42078; }
span { border-color: rgb(180,32,120); }
td.TdClassName
{
border-color: #B42078;
}
.TagClassName
{
border-color: #B42078;
}
</style>