Shades of Medium Red Violet #B13E81
Tints of Medium Red Violet #B13E81
RGB
CMYK
RGB Variations
Color information
#B13E81 (or 0xB13E81) is known color: Medium Red Violet. HEX triplet: B1, 3E and 81. RGB value is (177,62,129). Sum of RGB (Red+Green+Blue) = 177+62+129=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 62 (24.61% from 255 or 16.85% from 368); Blue value is 129 (50.78% from 255 or 35.05% from 368); Max value from RGB is 177 - color contains mainly: red. Hex color #B13E81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13E81 is #4EC17E. Grayscale: #676767. Windows color (decimal): -5161343 or 8470193. OLE color: 8470193.
HSL color Cylindrical-coordinate representation of color #B13E81: hue angle of 325.04º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B13E81 is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 62 | 129 | - |
| CMYK | 0 | 0.65 | 0.27 | 0.31 |
| HSL | 325.04º | 0.48% | 0.47% | - |
| HSV(B) | 325.04º | 0.65% | 0.69% | - |
| XYZ | 23.82 | 14.38 | 22.29 | - |
| YUV | 104.02 | 142.1 | 180.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 62 | 129 | 0 | 0.65 | 0.27 | 0.31 | 325.04 | 0.48 | 0.47 |
| Hex | B1 | 3E | 81 | 0 | 41 | 1B | 1F | 145 | 30 | 2F |
| Octal | 261 | 76 | 201 | 0 | 101 | 33 | 37 | 505 | 60 | 57 |
| Binary | 10110001 | 111110 | 10000001 | 0 | 1000001 | 11011 | 11111 | 101000101 | 110000 | 101111 |
Color Harmonies of #B13E81
Complementary color
Monochromatic Colors of #B13E81
Black with #B13E81
Text Example
Text Example
White with #B13E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13E81; }
p { color: rgb(177,62,129); }
H1.HeaderClassName
{
color: #B13E81;
}
.AnyTagClassName
{
color: #B13E81;
}
</style>
background-color css
<style>
a { background-color: #B13E81; }
a { background-color: rgb(177,62,129); }
div.DivClassName
{
background-color: #B13E81;
}
.BgClassName
{
background-color: #B13E81;
}
</style>
border-color css
<style>
span { border-color: #B13E81; }
span { border-color: rgb(177,62,129); }
td.TdClassName
{
border-color: #B13E81;
}
.TagClassName
{
border-color: #B13E81;
}
</style>