Shades of Medium Red Violet #B13D7C
Tints of Medium Red Violet #B13D7C
RGB
CMYK
RGB Variations
Color information
#B13D7C (or 0xB13D7C) is known color: Medium Red Violet. HEX triplet: B1, 3D and 7C. RGB value is (177,61,124). Sum of RGB (Red+Green+Blue) = 177+61+124=362 (47% of max value = 765). Red value is 177 (69.53% from 255 or 48.90% from 362); Green value is 61 (24.22% from 255 or 16.85% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13D7C is #4EC283. Grayscale: #666666. Windows color (decimal): -5161604 or 8142257. OLE color: 8142257.
HSL color Cylindrical-coordinate representation of color #B13D7C: hue angle of 327.41º 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 #B13D7C is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 61 | 124 | - |
| CMYK | 0 | 0.66 | 0.30 | 0.31 |
| HSL | 327.41º | 0.49% | 0.47% | - |
| HSV(B) | 327.41º | 0.66% | 0.69% | - |
| XYZ | 23.44 | 14.14 | 20.56 | - |
| YUV | 102.87 | 139.93 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 61 | 124 | 0 | 0.66 | 0.30 | 0.31 | 327.41 | 0.49 | 0.47 |
| Hex | B1 | 3D | 7C | 0 | 42 | 1E | 1F | 147 | 31 | 2F |
| Octal | 261 | 75 | 174 | 0 | 102 | 36 | 37 | 507 | 61 | 57 |
| Binary | 10110001 | 111101 | 1111100 | 0 | 1000010 | 11110 | 11111 | 101000111 | 110001 | 101111 |
Color Harmonies of #B13D7C
Complementary color
Monochromatic Colors of #B13D7C
Black with #B13D7C
Text Example
Text Example
White with #B13D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13D7C; }
p { color: rgb(177,61,124); }
H1.HeaderClassName
{
color: #B13D7C;
}
.AnyTagClassName
{
color: #B13D7C;
}
</style>
background-color css
<style>
a { background-color: #B13D7C; }
a { background-color: rgb(177,61,124); }
div.DivClassName
{
background-color: #B13D7C;
}
.BgClassName
{
background-color: #B13D7C;
}
</style>
border-color css
<style>
span { border-color: #B13D7C; }
span { border-color: rgb(177,61,124); }
td.TdClassName
{
border-color: #B13D7C;
}
.TagClassName
{
border-color: #B13D7C;
}
</style>