Shades of Medium Red Violet #B13979
Tints of Medium Red Violet #B13979
RGB
CMYK
RGB Variations
Color information
#B13979 (or 0xB13979) is known color: Medium Red Violet. HEX triplet: B1, 39 and 79. RGB value is (177,57,121). Sum of RGB (Red+Green+Blue) = 177+57+121=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 57 (22.66% from 255 or 16.06% from 355); Blue value is 121 (47.66% from 255 or 34.08% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B13979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13979 is #4EC686. Grayscale: #646464. Windows color (decimal): -5162631 or 7944625. OLE color: 7944625.
HSL color Cylindrical-coordinate representation of color #B13979: hue angle of 328º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B13979 is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 57 | 121 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.31 |
| HSL | 328º | 0.51% | 0.46% | - |
| HSV(B) | 328º | 0.68% | 0.69% | - |
| XYZ | 23.05 | 13.65 | 19.51 | - |
| YUV | 100.18 | 139.76 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 57 | 121 | 0 | 0.68 | 0.32 | 0.31 | 328 | 0.51 | 0.46 |
| Hex | B1 | 39 | 79 | 0 | 44 | 20 | 1F | 148 | 33 | 2E |
| Octal | 261 | 71 | 171 | 0 | 104 | 40 | 37 | 510 | 63 | 56 |
| Binary | 10110001 | 111001 | 1111001 | 0 | 1000100 | 100000 | 11111 | 101001000 | 110011 | 101110 |
Color Harmonies of #B13979
Complementary color
Monochromatic Colors of #B13979
Black with #B13979
Text Example
Text Example
White with #B13979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13979; }
p { color: rgb(177,57,121); }
H1.HeaderClassName
{
color: #B13979;
}
.AnyTagClassName
{
color: #B13979;
}
</style>
background-color css
<style>
a { background-color: #B13979; }
a { background-color: rgb(177,57,121); }
div.DivClassName
{
background-color: #B13979;
}
.BgClassName
{
background-color: #B13979;
}
</style>
border-color css
<style>
span { border-color: #B13979; }
span { border-color: rgb(177,57,121); }
td.TdClassName
{
border-color: #B13979;
}
.TagClassName
{
border-color: #B13979;
}
</style>