Shades of Medium Red Violet #B63579
Tints of Medium Red Violet #B63579
RGB
CMYK
RGB Variations
Color information
#B63579 (or 0xB63579) is known color: Medium Red Violet. HEX triplet: B6, 35 and 79. RGB value is (182,53,121). Sum of RGB (Red+Green+Blue) = 182+53+121=356 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.12% from 356); Green value is 53 (21.09% from 255 or 14.89% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 182 - color contains mainly: red. Hex color #B63579 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63579 is #49CA86. Grayscale: #636363. Windows color (decimal): -4835975 or 7943606. OLE color: 7943606.
HSL color Cylindrical-coordinate representation of color #B63579: hue angle of 328.37º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B63579 is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 53 | 121 | - |
| CMYK | 0 | 0.71 | 0.34 | 0.29 |
| HSL | 328.37º | 0.55% | 0.46% | - |
| HSV(B) | 328.37º | 0.71% | 0.71% | - |
| XYZ | 24.02 | 13.87 | 19.5 | - |
| YUV | 99.32 | 140.24 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 53 | 121 | 0 | 0.71 | 0.34 | 0.29 | 328.37 | 0.55 | 0.46 |
| Hex | B6 | 35 | 79 | 0 | 47 | 22 | 1D | 148 | 37 | 2E |
| Octal | 266 | 65 | 171 | 0 | 107 | 42 | 35 | 510 | 67 | 56 |
| Binary | 10110110 | 110101 | 1111001 | 0 | 1000111 | 100010 | 11101 | 101001000 | 110111 | 101110 |
Color Harmonies of #B63579
Complementary color
Monochromatic Colors of #B63579
Black with #B63579
Text Example
Text Example
White with #B63579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63579; }
p { color: rgb(182,53,121); }
H1.HeaderClassName
{
color: #B63579;
}
.AnyTagClassName
{
color: #B63579;
}
</style>
background-color css
<style>
a { background-color: #B63579; }
a { background-color: rgb(182,53,121); }
div.DivClassName
{
background-color: #B63579;
}
.BgClassName
{
background-color: #B63579;
}
</style>
border-color css
<style>
span { border-color: #B63579; }
span { border-color: rgb(182,53,121); }
td.TdClassName
{
border-color: #B63579;
}
.TagClassName
{
border-color: #B63579;
}
</style>