Shades of Medium Violet Red #B40179
Tints of Medium Violet Red #B40179
RGB
CMYK
RGB Variations
Color information
#B40179 (or 0xB40179) is known color: Medium Violet Red. HEX triplet: B4, 01 and 79. RGB value is (180,1,121). Sum of RGB (Red+Green+Blue) = 180+1+121=302 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.60% from 302); Green value is 1 (0.78% from 255 or 0.33% from 302); Blue value is 121 (47.66% from 255 or 40.07% from 302); Max value from RGB is 180 - color contains mainly: red. Hex color #B40179 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40179 is #4BFE86. Grayscale: #434343. Windows color (decimal): -4980359 or 7930292. OLE color: 7930292.
HSL color Cylindrical-coordinate representation of color #B40179: hue angle of 319.78º 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 #B40179 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 1 | 121 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.29 |
| HSL | 319.78º | 0.99% | 0.35% | - |
| HSV(B) | 319.78º | 0.99% | 0.71% | - |
| XYZ | 22.28 | 11.11 | 19.06 | - |
| YUV | 68.2 | 157.8 | 207.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 1 | 121 | 0 | 0.99 | 0.33 | 0.29 | 319.78 | 0.99 | 0.35 |
| Hex | B4 | 1 | 79 | 0 | 63 | 21 | 1D | 140 | 63 | 23 |
| Octal | 264 | 1 | 171 | 0 | 143 | 41 | 35 | 500 | 143 | 43 |
| Binary | 10110100 | 1 | 1111001 | 0 | 1100011 | 100001 | 11101 | 101000000 | 1100011 | 100011 |
Color Harmonies of #B40179
Complementary color
Monochromatic Colors of #B40179
Black with #B40179
Text Example
Text Example
White with #B40179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40179; }
p { color: rgb(180,1,121); }
H1.HeaderClassName
{
color: #B40179;
}
.AnyTagClassName
{
color: #B40179;
}
</style>
background-color css
<style>
a { background-color: #B40179; }
a { background-color: rgb(180,1,121); }
div.DivClassName
{
background-color: #B40179;
}
.BgClassName
{
background-color: #B40179;
}
</style>
border-color css
<style>
span { border-color: #B40179; }
span { border-color: rgb(180,1,121); }
td.TdClassName
{
border-color: #B40179;
}
.TagClassName
{
border-color: #B40179;
}
</style>