Shades of Medium Red Violet #B42772
Tints of Medium Red Violet #B42772
RGB
CMYK
RGB Variations
Color information
#B42772 (or 0xB42772) is known color: Medium Red Violet. HEX triplet: B4, 27 and 72. RGB value is (180,39,114). Sum of RGB (Red+Green+Blue) = 180+39+114=333 (44% of max value = 765). Red value is 180 (70.70% from 255 or 54.05% from 333); Green value is 39 (15.62% from 255 or 11.71% from 333); Blue value is 114 (44.92% from 255 or 34.23% from 333); Max value from RGB is 180 - color contains mainly: red. Hex color #B42772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42772 is #4BD88D. Grayscale: #595959. Windows color (decimal): -4970638 or 7481268. OLE color: 7481268.
HSL color Cylindrical-coordinate representation of color #B42772: hue angle of 328.09º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B42772 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 39 | 114 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.29 |
| HSL | 328.09º | 0.64% | 0.43% | - |
| HSV(B) | 328.09º | 0.78% | 0.71% | - |
| XYZ | 22.59 | 12.37 | 17.12 | - |
| YUV | 89.71 | 141.71 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 39 | 114 | 0 | 0.78 | 0.37 | 0.29 | 328.09 | 0.64 | 0.43 |
| Hex | B4 | 27 | 72 | 0 | 4E | 25 | 1D | 148 | 40 | 2B |
| Octal | 264 | 47 | 162 | 0 | 116 | 45 | 35 | 510 | 100 | 53 |
| Binary | 10110100 | 100111 | 1110010 | 0 | 1001110 | 100101 | 11101 | 101001000 | 1000000 | 101011 |
Color Harmonies of #B42772
Complementary color
Monochromatic Colors of #B42772
Black with #B42772
Text Example
Text Example
White with #B42772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42772; }
p { color: rgb(180,39,114); }
H1.HeaderClassName
{
color: #B42772;
}
.AnyTagClassName
{
color: #B42772;
}
</style>
background-color css
<style>
a { background-color: #B42772; }
a { background-color: rgb(180,39,114); }
div.DivClassName
{
background-color: #B42772;
}
.BgClassName
{
background-color: #B42772;
}
</style>
border-color css
<style>
span { border-color: #B42772; }
span { border-color: rgb(180,39,114); }
td.TdClassName
{
border-color: #B42772;
}
.TagClassName
{
border-color: #B42772;
}
</style>