Shades of Medium Red Violet #B42577
Tints of Medium Red Violet #B42577
RGB
CMYK
RGB Variations
Color information
#B42577 (or 0xB42577) is known color: Medium Red Violet. HEX triplet: B4, 25 and 77. RGB value is (180,37,119). Sum of RGB (Red+Green+Blue) = 180+37+119=336 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.57% from 336); Green value is 37 (14.84% from 255 or 11.01% from 336); Blue value is 119 (46.88% from 255 or 35.42% from 336); Max value from RGB is 180 - color contains mainly: red. Hex color #B42577 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42577 is #4BDA88. Grayscale: #585858. Windows color (decimal): -4971145 or 7808436. OLE color: 7808436.
HSL color Cylindrical-coordinate representation of color #B42577: hue angle of 325.59º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B42577 is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 37 | 119 | - |
| CMYK | 0 | 0.79 | 0.34 | 0.29 |
| HSL | 325.59º | 0.66% | 0.43% | - |
| HSV(B) | 325.59º | 0.79% | 0.71% | - |
| XYZ | 22.81 | 12.36 | 18.64 | - |
| YUV | 89.11 | 144.88 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 37 | 119 | 0 | 0.79 | 0.34 | 0.29 | 325.59 | 0.66 | 0.43 |
| Hex | B4 | 25 | 77 | 0 | 4F | 22 | 1D | 146 | 42 | 2B |
| Octal | 264 | 45 | 167 | 0 | 117 | 42 | 35 | 506 | 102 | 53 |
| Binary | 10110100 | 100101 | 1110111 | 0 | 1001111 | 100010 | 11101 | 101000110 | 1000010 | 101011 |
Color Harmonies of #B42577
Complementary color
Monochromatic Colors of #B42577
Black with #B42577
Text Example
Text Example
White with #B42577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42577; }
p { color: rgb(180,37,119); }
H1.HeaderClassName
{
color: #B42577;
}
.AnyTagClassName
{
color: #B42577;
}
</style>
background-color css
<style>
a { background-color: #B42577; }
a { background-color: rgb(180,37,119); }
div.DivClassName
{
background-color: #B42577;
}
.BgClassName
{
background-color: #B42577;
}
</style>
border-color css
<style>
span { border-color: #B42577; }
span { border-color: rgb(180,37,119); }
td.TdClassName
{
border-color: #B42577;
}
.TagClassName
{
border-color: #B42577;
}
</style>