Shades of Medium Violet Red #B61B7C
Tints of Medium Violet Red #B61B7C
RGB
CMYK
RGB Variations
Color information
#B61B7C (or 0xB61B7C) is known color: Medium Violet Red. HEX triplet: B6, 1B and 7C. RGB value is (182,27,124). Sum of RGB (Red+Green+Blue) = 182+27+124=333 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.65% from 333); Green value is 27 (10.94% from 255 or 8.11% from 333); Blue value is 124 (48.83% from 255 or 37.24% from 333); Max value from RGB is 182 - color contains mainly: red. Hex color #B61B7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B61B7C is #49E483. Grayscale: #545454. Windows color (decimal): -4842628 or 8133558. OLE color: 8133558.
HSL color Cylindrical-coordinate representation of color #B61B7C: hue angle of 322.45º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B61B7C is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 27 | 124 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.29 |
| HSL | 322.45º | 0.74% | 0.41% | - |
| HSV(B) | 322.45º | 0.85% | 0.71% | - |
| XYZ | 23.32 | 12.18 | 20.19 | - |
| YUV | 84.4 | 150.35 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 27 | 124 | 0 | 0.85 | 0.32 | 0.29 | 322.45 | 0.74 | 0.41 |
| Hex | B6 | 1B | 7C | 0 | 55 | 20 | 1D | 142 | 4A | 29 |
| Octal | 266 | 33 | 174 | 0 | 125 | 40 | 35 | 502 | 112 | 51 |
| Binary | 10110110 | 11011 | 1111100 | 0 | 1010101 | 100000 | 11101 | 101000010 | 1001010 | 101001 |
Color Harmonies of #B61B7C
Complementary color
Monochromatic Colors of #B61B7C
Black with #B61B7C
Text Example
Text Example
White with #B61B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61B7C; }
p { color: rgb(182,27,124); }
H1.HeaderClassName
{
color: #B61B7C;
}
.AnyTagClassName
{
color: #B61B7C;
}
</style>
background-color css
<style>
a { background-color: #B61B7C; }
a { background-color: rgb(182,27,124); }
div.DivClassName
{
background-color: #B61B7C;
}
.BgClassName
{
background-color: #B61B7C;
}
</style>
border-color css
<style>
span { border-color: #B61B7C; }
span { border-color: rgb(182,27,124); }
td.TdClassName
{
border-color: #B61B7C;
}
.TagClassName
{
border-color: #B61B7C;
}
</style>