Shades of Medium Violet Red #B41279
Tints of Medium Violet Red #B41279
RGB
CMYK
RGB Variations
Color information
#B41279 (or 0xB41279) is known color: Medium Violet Red. HEX triplet: B4, 12 and 79. RGB value is (180,18,121). Sum of RGB (Red+Green+Blue) = 180+18+121=319 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.43% from 319); Green value is 18 (7.42% from 255 or 5.64% from 319); Blue value is 121 (47.66% from 255 or 37.93% from 319); Max value from RGB is 180 - color contains mainly: red. Hex color #B41279 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41279 is #4BED86. Grayscale: #4D4D4D. Windows color (decimal): -4976007 or 7934644. OLE color: 7934644.
HSL color Cylindrical-coordinate representation of color #B41279: hue angle of 321.85º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B41279 is Cyan = 0, Magento = 0.9, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 18 | 121 | - |
| CMYK | 0 | 0.9 | 0.33 | 0.29 |
| HSL | 321.85º | 0.82% | 0.39% | - |
| HSV(B) | 321.85º | 0.9% | 0.71% | - |
| XYZ | 22.49 | 11.52 | 19.13 | - |
| YUV | 78.18 | 152.17 | 200.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 18 | 121 | 0 | 0.9 | 0.33 | 0.29 | 321.85 | 0.82 | 0.39 |
| Hex | B4 | 12 | 79 | 0 | 5A | 21 | 1D | 142 | 52 | 27 |
| Octal | 264 | 22 | 171 | 0 | 132 | 41 | 35 | 502 | 122 | 47 |
| Binary | 10110100 | 10010 | 1111001 | 0 | 1011010 | 100001 | 11101 | 101000010 | 1010010 | 100111 |
Color Harmonies of #B41279
Complementary color
Monochromatic Colors of #B41279
Black with #B41279
Text Example
Text Example
White with #B41279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41279; }
p { color: rgb(180,18,121); }
H1.HeaderClassName
{
color: #B41279;
}
.AnyTagClassName
{
color: #B41279;
}
</style>
background-color css
<style>
a { background-color: #B41279; }
a { background-color: rgb(180,18,121); }
div.DivClassName
{
background-color: #B41279;
}
.BgClassName
{
background-color: #B41279;
}
</style>
border-color css
<style>
span { border-color: #B41279; }
span { border-color: rgb(180,18,121); }
td.TdClassName
{
border-color: #B41279;
}
.TagClassName
{
border-color: #B41279;
}
</style>