Shades of Medium Red Violet #B13486
Tints of Medium Red Violet #B13486
RGB
CMYK
RGB Variations
Color information
#B13486 (or 0xB13486) is known color: Medium Red Violet. HEX triplet: B1, 34 and 86. RGB value is (177,52,134). Sum of RGB (Red+Green+Blue) = 177+52+134=363 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.76% from 363); Green value is 52 (20.70% from 255 or 14.33% from 363); Blue value is 134 (52.73% from 255 or 36.91% from 363); Max value from RGB is 177 - color contains mainly: red. Hex color #B13486 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13486 is #4ECB79. Grayscale: #626262. Windows color (decimal): -5163898 or 8795313. OLE color: 8795313.
HSL color Cylindrical-coordinate representation of color #B13486: hue angle of 320.64º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B13486 is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 52 | 134 | - |
| CMYK | 0 | 0.71 | 0.24 | 0.31 |
| HSL | 320.64º | 0.55% | 0.45% | - |
| HSV(B) | 320.64º | 0.71% | 0.69% | - |
| XYZ | 23.66 | 13.52 | 23.92 | - |
| YUV | 98.72 | 147.91 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 52 | 134 | 0 | 0.71 | 0.24 | 0.31 | 320.64 | 0.55 | 0.45 |
| Hex | B1 | 34 | 86 | 0 | 47 | 18 | 1F | 141 | 37 | 2D |
| Octal | 261 | 64 | 206 | 0 | 107 | 30 | 37 | 501 | 67 | 55 |
| Binary | 10110001 | 110100 | 10000110 | 0 | 1000111 | 11000 | 11111 | 101000001 | 110111 | 101101 |
Color Harmonies of #B13486
Complementary color
Monochromatic Colors of #B13486
Black with #B13486
Text Example
Text Example
White with #B13486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13486; }
p { color: rgb(177,52,134); }
H1.HeaderClassName
{
color: #B13486;
}
.AnyTagClassName
{
color: #B13486;
}
</style>
background-color css
<style>
a { background-color: #B13486; }
a { background-color: rgb(177,52,134); }
div.DivClassName
{
background-color: #B13486;
}
.BgClassName
{
background-color: #B13486;
}
</style>
border-color css
<style>
span { border-color: #B13486; }
span { border-color: rgb(177,52,134); }
td.TdClassName
{
border-color: #B13486;
}
.TagClassName
{
border-color: #B13486;
}
</style>