Shades of Medium Violet Red #B41377
Tints of Medium Violet Red #B41377
RGB
CMYK
RGB Variations
Color information
#B41377 (or 0xB41377) is known color: Medium Violet Red. HEX triplet: B4, 13 and 77. RGB value is (180,19,119). Sum of RGB (Red+Green+Blue) = 180+19+119=318 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.60% from 318); Green value is 19 (7.81% from 255 or 5.97% from 318); Blue value is 119 (46.88% from 255 or 37.42% from 318); Max value from RGB is 180 - color contains mainly: red. Hex color #B41377 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41377 is #4BEC88. Grayscale: #4E4E4E. Windows color (decimal): -4975753 or 7803828. OLE color: 7803828.
HSL color Cylindrical-coordinate representation of color #B41377: hue angle of 322.73º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B41377 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 19 | 119 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.29 |
| HSL | 322.73º | 0.81% | 0.39% | - |
| HSV(B) | 322.73º | 0.89% | 0.71% | - |
| XYZ | 22.39 | 11.5 | 18.49 | - |
| YUV | 78.54 | 150.84 | 200.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 19 | 119 | 0 | 0.89 | 0.34 | 0.29 | 322.73 | 0.81 | 0.39 |
| Hex | B4 | 13 | 77 | 0 | 59 | 22 | 1D | 143 | 51 | 27 |
| Octal | 264 | 23 | 167 | 0 | 131 | 42 | 35 | 503 | 121 | 47 |
| Binary | 10110100 | 10011 | 1110111 | 0 | 1011001 | 100010 | 11101 | 101000011 | 1010001 | 100111 |
Color Harmonies of #B41377
Complementary color
Monochromatic Colors of #B41377
Black with #B41377
Text Example
Text Example
White with #B41377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41377; }
p { color: rgb(180,19,119); }
H1.HeaderClassName
{
color: #B41377;
}
.AnyTagClassName
{
color: #B41377;
}
</style>
background-color css
<style>
a { background-color: #B41377; }
a { background-color: rgb(180,19,119); }
div.DivClassName
{
background-color: #B41377;
}
.BgClassName
{
background-color: #B41377;
}
</style>
border-color css
<style>
span { border-color: #B41377; }
span { border-color: rgb(180,19,119); }
td.TdClassName
{
border-color: #B41377;
}
.TagClassName
{
border-color: #B41377;
}
</style>