Shades of Medium Red Violet #B63071
Tints of Medium Red Violet #B63071
RGB
CMYK
RGB Variations
Color information
#B63071 (or 0xB63071) is known color: Medium Red Violet. HEX triplet: B6, 30 and 71. RGB value is (182,48,113). Sum of RGB (Red+Green+Blue) = 182+48+113=343 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.06% from 343); Green value is 48 (19.14% from 255 or 13.99% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 182 - color contains mainly: red. Hex color #B63071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63071 is #49CF8E. Grayscale: #5F5F5F. Windows color (decimal): -4837263 or 7418038. OLE color: 7418038.
HSL color Cylindrical-coordinate representation of color #B63071: hue angle of 330.9º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B63071 is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 48 | 113 | - |
| CMYK | 0 | 0.74 | 0.38 | 0.29 |
| HSL | 330.9º | 0.58% | 0.45% | - |
| HSV(B) | 330.9º | 0.74% | 0.71% | - |
| XYZ | 23.33 | 13.25 | 16.95 | - |
| YUV | 95.48 | 137.89 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 48 | 113 | 0 | 0.74 | 0.38 | 0.29 | 330.9 | 0.58 | 0.45 |
| Hex | B6 | 30 | 71 | 0 | 4A | 26 | 1D | 14B | 3A | 2D |
| Octal | 266 | 60 | 161 | 0 | 112 | 46 | 35 | 513 | 72 | 55 |
| Binary | 10110110 | 110000 | 1110001 | 0 | 1001010 | 100110 | 11101 | 101001011 | 111010 | 101101 |
Color Harmonies of #B63071
Complementary color
Monochromatic Colors of #B63071
Black with #B63071
Text Example
Text Example
White with #B63071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63071; }
p { color: rgb(182,48,113); }
H1.HeaderClassName
{
color: #B63071;
}
.AnyTagClassName
{
color: #B63071;
}
</style>
background-color css
<style>
a { background-color: #B63071; }
a { background-color: rgb(182,48,113); }
div.DivClassName
{
background-color: #B63071;
}
.BgClassName
{
background-color: #B63071;
}
</style>
border-color css
<style>
span { border-color: #B63071; }
span { border-color: rgb(182,48,113); }
td.TdClassName
{
border-color: #B63071;
}
.TagClassName
{
border-color: #B63071;
}
</style>