Shades of Medium Violet Red #B40177
Tints of Medium Violet Red #B40177
RGB
CMYK
RGB Variations
Color information
#B40177 (or 0xB40177) is known color: Medium Violet Red. HEX triplet: B4, 01 and 77. RGB value is (180,1,119). Sum of RGB (Red+Green+Blue) = 180+1+119=300 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60% from 300); Green value is 1 (0.78% from 255 or 0.33% from 300); Blue value is 119 (46.88% from 255 or 39.67% from 300); Max value from RGB is 180 - color contains mainly: red. Hex color #B40177 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40177 is #4BFE88. Grayscale: #434343. Windows color (decimal): -4980361 or 7799220. OLE color: 7799220.
HSL color Cylindrical-coordinate representation of color #B40177: hue angle of 320.45º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B40177 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 1 | 119 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.29 |
| HSL | 320.45º | 0.99% | 0.35% | - |
| HSV(B) | 320.45º | 0.99% | 0.71% | - |
| XYZ | 22.16 | 11.06 | 18.42 | - |
| YUV | 67.97 | 156.8 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 1 | 119 | 0 | 0.99 | 0.34 | 0.29 | 320.45 | 0.99 | 0.35 |
| Hex | B4 | 1 | 77 | 0 | 63 | 22 | 1D | 140 | 63 | 23 |
| Octal | 264 | 1 | 167 | 0 | 143 | 42 | 35 | 500 | 143 | 43 |
| Binary | 10110100 | 1 | 1110111 | 0 | 1100011 | 100010 | 11101 | 101000000 | 1100011 | 100011 |
Color Harmonies of #B40177
Complementary color
Monochromatic Colors of #B40177
Black with #B40177
Text Example
Text Example
White with #B40177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40177; }
p { color: rgb(180,1,119); }
H1.HeaderClassName
{
color: #B40177;
}
.AnyTagClassName
{
color: #B40177;
}
</style>
background-color css
<style>
a { background-color: #B40177; }
a { background-color: rgb(180,1,119); }
div.DivClassName
{
background-color: #B40177;
}
.BgClassName
{
background-color: #B40177;
}
</style>
border-color css
<style>
span { border-color: #B40177; }
span { border-color: rgb(180,1,119); }
td.TdClassName
{
border-color: #B40177;
}
.TagClassName
{
border-color: #B40177;
}
</style>