Shades of Medium Red Violet #B13D8F
Tints of Medium Red Violet #B13D8F
RGB
CMYK
RGB Variations
Color information
#B13D8F (or 0xB13D8F) is known color: Medium Red Violet. HEX triplet: B1, 3D and 8F. RGB value is (177,61,143). Sum of RGB (Red+Green+Blue) = 177+61+143=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 61 (24.22% from 255 or 16.01% from 381); Blue value is 143 (56.25% from 255 or 37.53% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13D8F is #4EC270. Grayscale: #686868. Windows color (decimal): -5161585 or 9387441. OLE color: 9387441.
HSL color Cylindrical-coordinate representation of color #B13D8F: hue angle of 317.59º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B13D8F is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 61 | 143 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.31 |
| HSL | 317.59º | 0.49% | 0.47% | - |
| HSV(B) | 317.59º | 0.66% | 0.69% | - |
| XYZ | 24.76 | 14.67 | 27.51 | - |
| YUV | 105.03 | 149.43 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 61 | 143 | 0 | 0.66 | 0.19 | 0.31 | 317.59 | 0.49 | 0.47 |
| Hex | B1 | 3D | 8F | 0 | 42 | 13 | 1F | 13E | 31 | 2F |
| Octal | 261 | 75 | 217 | 0 | 102 | 23 | 37 | 476 | 61 | 57 |
| Binary | 10110001 | 111101 | 10001111 | 0 | 1000010 | 10011 | 11111 | 100111110 | 110001 | 101111 |
Color Harmonies of #B13D8F
Complementary color
Monochromatic Colors of #B13D8F
Black with #B13D8F
Text Example
Text Example
White with #B13D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13D8F; }
p { color: rgb(177,61,143); }
H1.HeaderClassName
{
color: #B13D8F;
}
.AnyTagClassName
{
color: #B13D8F;
}
</style>
background-color css
<style>
a { background-color: #B13D8F; }
a { background-color: rgb(177,61,143); }
div.DivClassName
{
background-color: #B13D8F;
}
.BgClassName
{
background-color: #B13D8F;
}
</style>
border-color css
<style>
span { border-color: #B13D8F; }
span { border-color: rgb(177,61,143); }
td.TdClassName
{
border-color: #B13D8F;
}
.TagClassName
{
border-color: #B13D8F;
}
</style>