Shades of Medium Violet Red #B40476
Tints of Medium Violet Red #B40476
RGB
CMYK
RGB Variations
Color information
#B40476 (or 0xB40476) is known color: Medium Violet Red. HEX triplet: B4, 04 and 76. RGB value is (180,4,118). Sum of RGB (Red+Green+Blue) = 180+4+118=302 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.60% from 302); Green value is 4 (1.95% from 255 or 1.32% from 302); Blue value is 118 (46.48% from 255 or 39.07% from 302); Max value from RGB is 180 - color contains mainly: red. Hex color #B40476 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40476 is #4BFB89. Grayscale: #454545. Windows color (decimal): -4979594 or 7734452. OLE color: 7734452.
HSL color Cylindrical-coordinate representation of color #B40476: hue angle of 321.14º degrees, saturation: 0.96, 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 #B40476 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 4 | 118 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.29 |
| HSL | 321.14º | 0.96% | 0.36% | - |
| HSV(B) | 321.14º | 0.98% | 0.71% | - |
| XYZ | 22.14 | 11.1 | 18.12 | - |
| YUV | 69.62 | 155.31 | 206.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 4 | 118 | 0 | 0.98 | 0.34 | 0.29 | 321.14 | 0.96 | 0.36 |
| Hex | B4 | 4 | 76 | 0 | 62 | 22 | 1D | 141 | 60 | 24 |
| Octal | 264 | 4 | 166 | 0 | 142 | 42 | 35 | 501 | 140 | 44 |
| Binary | 10110100 | 100 | 1110110 | 0 | 1100010 | 100010 | 11101 | 101000001 | 1100000 | 100100 |
Color Harmonies of #B40476
Complementary color
Monochromatic Colors of #B40476
Black with #B40476
Text Example
Text Example
White with #B40476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40476; }
p { color: rgb(180,4,118); }
H1.HeaderClassName
{
color: #B40476;
}
.AnyTagClassName
{
color: #B40476;
}
</style>
background-color css
<style>
a { background-color: #B40476; }
a { background-color: rgb(180,4,118); }
div.DivClassName
{
background-color: #B40476;
}
.BgClassName
{
background-color: #B40476;
}
</style>
border-color css
<style>
span { border-color: #B40476; }
span { border-color: rgb(180,4,118); }
td.TdClassName
{
border-color: #B40476;
}
.TagClassName
{
border-color: #B40476;
}
</style>