Shades of Medium Violet Red #B40377
Tints of Medium Violet Red #B40377
RGB
CMYK
RGB Variations
Color information
#B40377 (or 0xB40377) is known color: Medium Violet Red. HEX triplet: B4, 03 and 77. RGB value is (180,3,119). Sum of RGB (Red+Green+Blue) = 180+3+119=302 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.60% from 302); Green value is 3 (1.56% from 255 or 0.99% from 302); Blue value is 119 (46.88% from 255 or 39.40% from 302); Max value from RGB is 180 - color contains mainly: red. Hex color #B40377 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40377 is #4BFC88. Grayscale: #444444. Windows color (decimal): -4979849 or 7799732. OLE color: 7799732.
HSL color Cylindrical-coordinate representation of color #B40377: hue angle of 320.68º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B40377 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 3 | 119 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.29 |
| HSL | 320.68º | 0.97% | 0.36% | - |
| HSV(B) | 320.68º | 0.98% | 0.71% | - |
| XYZ | 22.18 | 11.1 | 18.43 | - |
| YUV | 69.15 | 156.14 | 207.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 3 | 119 | 0 | 0.98 | 0.34 | 0.29 | 320.68 | 0.97 | 0.36 |
| Hex | B4 | 3 | 77 | 0 | 62 | 22 | 1D | 141 | 61 | 24 |
| Octal | 264 | 3 | 167 | 0 | 142 | 42 | 35 | 501 | 141 | 44 |
| Binary | 10110100 | 11 | 1110111 | 0 | 1100010 | 100010 | 11101 | 101000001 | 1100001 | 100100 |
Color Harmonies of #B40377
Complementary color
Monochromatic Colors of #B40377
Black with #B40377
Text Example
Text Example
White with #B40377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40377; }
p { color: rgb(180,3,119); }
H1.HeaderClassName
{
color: #B40377;
}
.AnyTagClassName
{
color: #B40377;
}
</style>
background-color css
<style>
a { background-color: #B40377; }
a { background-color: rgb(180,3,119); }
div.DivClassName
{
background-color: #B40377;
}
.BgClassName
{
background-color: #B40377;
}
</style>
border-color css
<style>
span { border-color: #B40377; }
span { border-color: rgb(180,3,119); }
td.TdClassName
{
border-color: #B40377;
}
.TagClassName
{
border-color: #B40377;
}
</style>