Shades of Medium Red Violet #B13679
Tints of Medium Red Violet #B13679
RGB
CMYK
RGB Variations
Color information
#B13679 (or 0xB13679) is known color: Medium Red Violet. HEX triplet: B1, 36 and 79. RGB value is (177,54,121). Sum of RGB (Red+Green+Blue) = 177+54+121=352 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.28% from 352); Green value is 54 (21.48% from 255 or 15.34% from 352); Blue value is 121 (47.66% from 255 or 34.38% from 352); Max value from RGB is 177 - color contains mainly: red. Hex color #B13679 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13679 is #4EC986. Grayscale: #626262. Windows color (decimal): -5163399 or 7943857. OLE color: 7943857.
HSL color Cylindrical-coordinate representation of color #B13679: hue angle of 327.32º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B13679 is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 54 | 121 | - |
| CMYK | 0 | 0.69 | 0.32 | 0.31 |
| HSL | 327.32º | 0.53% | 0.45% | - |
| HSV(B) | 327.32º | 0.69% | 0.69% | - |
| XYZ | 22.9 | 13.37 | 19.46 | - |
| YUV | 98.42 | 140.75 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 54 | 121 | 0 | 0.69 | 0.32 | 0.31 | 327.32 | 0.53 | 0.45 |
| Hex | B1 | 36 | 79 | 0 | 45 | 20 | 1F | 147 | 35 | 2D |
| Octal | 261 | 66 | 171 | 0 | 105 | 40 | 37 | 507 | 65 | 55 |
| Binary | 10110001 | 110110 | 1111001 | 0 | 1000101 | 100000 | 11111 | 101000111 | 110101 | 101101 |
Color Harmonies of #B13679
Complementary color
Monochromatic Colors of #B13679
Black with #B13679
Text Example
Text Example
White with #B13679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13679; }
p { color: rgb(177,54,121); }
H1.HeaderClassName
{
color: #B13679;
}
.AnyTagClassName
{
color: #B13679;
}
</style>
background-color css
<style>
a { background-color: #B13679; }
a { background-color: rgb(177,54,121); }
div.DivClassName
{
background-color: #B13679;
}
.BgClassName
{
background-color: #B13679;
}
</style>
border-color css
<style>
span { border-color: #B13679; }
span { border-color: rgb(177,54,121); }
td.TdClassName
{
border-color: #B13679;
}
.TagClassName
{
border-color: #B13679;
}
</style>