Shades of Medium Red Violet #B13991
Tints of Medium Red Violet #B13991
RGB
CMYK
RGB Variations
Color information
#B13991 (or 0xB13991) is known color: Medium Red Violet. HEX triplet: B1, 39 and 91. RGB value is (177,57,145). Sum of RGB (Red+Green+Blue) = 177+57+145=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 57 (22.66% from 255 or 15.04% from 379); Blue value is 145 (57.03% from 255 or 38.26% from 379); Max value from RGB is 177 - color contains mainly: red. Hex color #B13991 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13991 is #4EC66E. Grayscale: #666666. Windows color (decimal): -5162607 or 9517489. OLE color: 9517489.
HSL color Cylindrical-coordinate representation of color #B13991: hue angle of 316º 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 #B13991 is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 57 | 145 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.31 |
| HSL | 316º | 0.51% | 0.46% | - |
| HSV(B) | 316º | 0.68% | 0.69% | - |
| XYZ | 24.71 | 14.32 | 28.25 | - |
| YUV | 102.91 | 151.76 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 57 | 145 | 0 | 0.68 | 0.18 | 0.31 | 316 | 0.51 | 0.46 |
| Hex | B1 | 39 | 91 | 0 | 44 | 12 | 1F | 13C | 33 | 2E |
| Octal | 261 | 71 | 221 | 0 | 104 | 22 | 37 | 474 | 63 | 56 |
| Binary | 10110001 | 111001 | 10010001 | 0 | 1000100 | 10010 | 11111 | 100111100 | 110011 | 101110 |
Color Harmonies of #B13991
Complementary color
Monochromatic Colors of #B13991
Black with #B13991
Text Example
Text Example
White with #B13991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13991; }
p { color: rgb(177,57,145); }
H1.HeaderClassName
{
color: #B13991;
}
.AnyTagClassName
{
color: #B13991;
}
</style>
background-color css
<style>
a { background-color: #B13991; }
a { background-color: rgb(177,57,145); }
div.DivClassName
{
background-color: #B13991;
}
.BgClassName
{
background-color: #B13991;
}
</style>
border-color css
<style>
span { border-color: #B13991; }
span { border-color: rgb(177,57,145); }
td.TdClassName
{
border-color: #B13991;
}
.TagClassName
{
border-color: #B13991;
}
</style>