Shades of Medium Violet Red #B40977
Tints of Medium Violet Red #B40977
RGB
CMYK
RGB Variations
Color information
#B40977 (or 0xB40977) is known color: Medium Violet Red. HEX triplet: B4, 09 and 77. RGB value is (180,9,119). Sum of RGB (Red+Green+Blue) = 180+9+119=308 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.44% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 119 (46.88% from 255 or 38.64% from 308); Max value from RGB is 180 - color contains mainly: red. Hex color #B40977 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40977 is #4BF688. Grayscale: #484848. Windows color (decimal): -4978313 or 7801268. OLE color: 7801268.
HSL color Cylindrical-coordinate representation of color #B40977: hue angle of 321.4º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B40977 is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 9 | 119 | - |
| CMYK | 0 | 0.95 | 0.34 | 0.29 |
| HSL | 321.4º | 0.9% | 0.37% | - |
| HSV(B) | 321.4º | 0.95% | 0.71% | - |
| XYZ | 22.25 | 11.23 | 18.45 | - |
| YUV | 72.67 | 154.15 | 204.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 9 | 119 | 0 | 0.95 | 0.34 | 0.29 | 321.4 | 0.9 | 0.37 |
| Hex | B4 | 9 | 77 | 0 | 5F | 22 | 1D | 141 | 5A | 25 |
| Octal | 264 | 11 | 167 | 0 | 137 | 42 | 35 | 501 | 132 | 45 |
| Binary | 10110100 | 1001 | 1110111 | 0 | 1011111 | 100010 | 11101 | 101000001 | 1011010 | 100101 |
Color Harmonies of #B40977
Complementary color
Monochromatic Colors of #B40977
Black with #B40977
Text Example
Text Example
White with #B40977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40977; }
p { color: rgb(180,9,119); }
H1.HeaderClassName
{
color: #B40977;
}
.AnyTagClassName
{
color: #B40977;
}
</style>
background-color css
<style>
a { background-color: #B40977; }
a { background-color: rgb(180,9,119); }
div.DivClassName
{
background-color: #B40977;
}
.BgClassName
{
background-color: #B40977;
}
</style>
border-color css
<style>
span { border-color: #B40977; }
span { border-color: rgb(180,9,119); }
td.TdClassName
{
border-color: #B40977;
}
.TagClassName
{
border-color: #B40977;
}
</style>