Shades of Medium Red Violet #B63977
Tints of Medium Red Violet #B63977
RGB
CMYK
RGB Variations
Color information
#B63977 (or 0xB63977) is known color: Medium Red Violet. HEX triplet: B6, 39 and 77. RGB value is (182,57,119). Sum of RGB (Red+Green+Blue) = 182+57+119=358 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.84% from 358); Green value is 57 (22.66% from 255 or 15.92% from 358); Blue value is 119 (46.88% from 255 or 33.24% from 358); Max value from RGB is 182 - color contains mainly: red. Hex color #B63977 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63977 is #49C688. Grayscale: #656565. Windows color (decimal): -4834953 or 7813558. OLE color: 7813558.
HSL color Cylindrical-coordinate representation of color #B63977: hue angle of 330.24º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B63977 is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 57 | 119 | - |
| CMYK | 0 | 0.69 | 0.35 | 0.29 |
| HSL | 330.24º | 0.52% | 0.47% | - |
| HSV(B) | 330.24º | 0.69% | 0.71% | - |
| XYZ | 24.08 | 14.2 | 18.92 | - |
| YUV | 101.44 | 137.91 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 57 | 119 | 0 | 0.69 | 0.35 | 0.29 | 330.24 | 0.52 | 0.47 |
| Hex | B6 | 39 | 77 | 0 | 45 | 23 | 1D | 14A | 34 | 2F |
| Octal | 266 | 71 | 167 | 0 | 105 | 43 | 35 | 512 | 64 | 57 |
| Binary | 10110110 | 111001 | 1110111 | 0 | 1000101 | 100011 | 11101 | 101001010 | 110100 | 101111 |
Color Harmonies of #B63977
Complementary color
Monochromatic Colors of #B63977
Black with #B63977
Text Example
Text Example
White with #B63977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63977; }
p { color: rgb(182,57,119); }
H1.HeaderClassName
{
color: #B63977;
}
.AnyTagClassName
{
color: #B63977;
}
</style>
background-color css
<style>
a { background-color: #B63977; }
a { background-color: rgb(182,57,119); }
div.DivClassName
{
background-color: #B63977;
}
.BgClassName
{
background-color: #B63977;
}
</style>
border-color css
<style>
span { border-color: #B63977; }
span { border-color: rgb(182,57,119); }
td.TdClassName
{
border-color: #B63977;
}
.TagClassName
{
border-color: #B63977;
}
</style>