Shades of Medium Violet Red #B61976
Tints of Medium Violet Red #B61976
RGB
CMYK
RGB Variations
Color information
#B61976 (or 0xB61976) is known color: Medium Violet Red. HEX triplet: B6, 19 and 76. RGB value is (182,25,118). Sum of RGB (Red+Green+Blue) = 182+25+118=325 (43% of max value = 765). Red value is 182 (71.48% from 255 or 56% from 325); Green value is 25 (10.16% from 255 or 7.69% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 182 - color contains mainly: red. Hex color #B61976 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B61976 is #49E689. Grayscale: #525252. Windows color (decimal): -4843146 or 7739830. OLE color: 7739830.
HSL color Cylindrical-coordinate representation of color #B61976: hue angle of 324.46º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B61976 is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 25 | 118 | - |
| CMYK | 0 | 0.86 | 0.35 | 0.29 |
| HSL | 324.46º | 0.76% | 0.41% | - |
| HSV(B) | 324.46º | 0.86% | 0.71% | - |
| XYZ | 22.91 | 11.95 | 18.24 | - |
| YUV | 82.55 | 148.01 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 25 | 118 | 0 | 0.86 | 0.35 | 0.29 | 324.46 | 0.76 | 0.41 |
| Hex | B6 | 19 | 76 | 0 | 56 | 23 | 1D | 144 | 4C | 29 |
| Octal | 266 | 31 | 166 | 0 | 126 | 43 | 35 | 504 | 114 | 51 |
| Binary | 10110110 | 11001 | 1110110 | 0 | 1010110 | 100011 | 11101 | 101000100 | 1001100 | 101001 |
Color Harmonies of #B61976
Complementary color
Monochromatic Colors of #B61976
Black with #B61976
Text Example
Text Example
White with #B61976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61976; }
p { color: rgb(182,25,118); }
H1.HeaderClassName
{
color: #B61976;
}
.AnyTagClassName
{
color: #B61976;
}
</style>
background-color css
<style>
a { background-color: #B61976; }
a { background-color: rgb(182,25,118); }
div.DivClassName
{
background-color: #B61976;
}
.BgClassName
{
background-color: #B61976;
}
</style>
border-color css
<style>
span { border-color: #B61976; }
span { border-color: rgb(182,25,118); }
td.TdClassName
{
border-color: #B61976;
}
.TagClassName
{
border-color: #B61976;
}
</style>