Shades of Medium Violet Red #B41C72
Tints of Medium Violet Red #B41C72
RGB
CMYK
RGB Variations
Color information
#B41C72 (or 0xB41C72) is known color: Medium Violet Red. HEX triplet: B4, 1C and 72. RGB value is (180,28,114). Sum of RGB (Red+Green+Blue) = 180+28+114=322 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.90% from 322); Green value is 28 (11.33% from 255 or 8.70% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 180 - color contains mainly: red. Hex color #B41C72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B41C72 is #4BE38D. Grayscale: #535353. Windows color (decimal): -4973454 or 7478452. OLE color: 7478452.
HSL color Cylindrical-coordinate representation of color #B41C72: hue angle of 326.05º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B41C72 is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 28 | 114 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.29 |
| HSL | 326.05º | 0.73% | 0.41% | - |
| HSV(B) | 326.05º | 0.84% | 0.71% | - |
| XYZ | 22.27 | 11.75 | 17.01 | - |
| YUV | 83.25 | 145.36 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 28 | 114 | 0 | 0.84 | 0.37 | 0.29 | 326.05 | 0.73 | 0.41 |
| Hex | B4 | 1C | 72 | 0 | 54 | 25 | 1D | 146 | 49 | 29 |
| Octal | 264 | 34 | 162 | 0 | 124 | 45 | 35 | 506 | 111 | 51 |
| Binary | 10110100 | 11100 | 1110010 | 0 | 1010100 | 100101 | 11101 | 101000110 | 1001001 | 101001 |
Color Harmonies of #B41C72
Complementary color
Monochromatic Colors of #B41C72
Black with #B41C72
Text Example
Text Example
White with #B41C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41C72; }
p { color: rgb(180,28,114); }
H1.HeaderClassName
{
color: #B41C72;
}
.AnyTagClassName
{
color: #B41C72;
}
</style>
background-color css
<style>
a { background-color: #B41C72; }
a { background-color: rgb(180,28,114); }
div.DivClassName
{
background-color: #B41C72;
}
.BgClassName
{
background-color: #B41C72;
}
</style>
border-color css
<style>
span { border-color: #B41C72; }
span { border-color: rgb(180,28,114); }
td.TdClassName
{
border-color: #B41C72;
}
.TagClassName
{
border-color: #B41C72;
}
</style>