Shades of Medium Violet Red #B61D7C
Tints of Medium Violet Red #B61D7C
RGB
CMYK
RGB Variations
Color information
#B61D7C (or 0xB61D7C) is known color: Medium Violet Red. HEX triplet: B6, 1D and 7C. RGB value is (182,29,124). Sum of RGB (Red+Green+Blue) = 182+29+124=335 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.33% from 335); Green value is 29 (11.72% from 255 or 8.66% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 182 - color contains mainly: red. Hex color #B61D7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B61D7C is #49E283. Grayscale: #555555. Windows color (decimal): -4842116 or 8134070. OLE color: 8134070.
HSL color Cylindrical-coordinate representation of color #B61D7C: hue angle of 322.75º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B61D7C is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 29 | 124 | - |
| CMYK | 0 | 0.84 | 0.32 | 0.29 |
| HSL | 322.75º | 0.73% | 0.41% | - |
| HSV(B) | 322.75º | 0.84% | 0.71% | - |
| XYZ | 23.37 | 12.28 | 20.21 | - |
| YUV | 85.58 | 149.69 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 29 | 124 | 0 | 0.84 | 0.32 | 0.29 | 322.75 | 0.73 | 0.41 |
| Hex | B6 | 1D | 7C | 0 | 54 | 20 | 1D | 143 | 49 | 29 |
| Octal | 266 | 35 | 174 | 0 | 124 | 40 | 35 | 503 | 111 | 51 |
| Binary | 10110110 | 11101 | 1111100 | 0 | 1010100 | 100000 | 11101 | 101000011 | 1001001 | 101001 |
Color Harmonies of #B61D7C
Complementary color
Monochromatic Colors of #B61D7C
Black with #B61D7C
Text Example
Text Example
White with #B61D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61D7C; }
p { color: rgb(182,29,124); }
H1.HeaderClassName
{
color: #B61D7C;
}
.AnyTagClassName
{
color: #B61D7C;
}
</style>
background-color css
<style>
a { background-color: #B61D7C; }
a { background-color: rgb(182,29,124); }
div.DivClassName
{
background-color: #B61D7C;
}
.BgClassName
{
background-color: #B61D7C;
}
</style>
border-color css
<style>
span { border-color: #B61D7C; }
span { border-color: rgb(182,29,124); }
td.TdClassName
{
border-color: #B61D7C;
}
.TagClassName
{
border-color: #B61D7C;
}
</style>