Shades of Medium Red Violet #B63172
Tints of Medium Red Violet #B63172
RGB
CMYK
RGB Variations
Color information
#B63172 (or 0xB63172) is known color: Medium Red Violet. HEX triplet: B6, 31 and 72. RGB value is (182,49,114). Sum of RGB (Red+Green+Blue) = 182+49+114=345 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.75% from 345); Green value is 49 (19.53% from 255 or 14.20% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 182 - color contains mainly: red. Hex color #B63172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63172 is #49CE8D. Grayscale: #606060. Windows color (decimal): -4837006 or 7483830. OLE color: 7483830.
HSL color Cylindrical-coordinate representation of color #B63172: hue angle of 330.68º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B63172 is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 49 | 114 | - |
| CMYK | 0 | 0.73 | 0.37 | 0.29 |
| HSL | 330.68º | 0.58% | 0.45% | - |
| HSV(B) | 330.68º | 0.73% | 0.71% | - |
| XYZ | 23.43 | 13.36 | 17.26 | - |
| YUV | 96.18 | 138.06 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 49 | 114 | 0 | 0.73 | 0.37 | 0.29 | 330.68 | 0.58 | 0.45 |
| Hex | B6 | 31 | 72 | 0 | 49 | 25 | 1D | 14B | 3A | 2D |
| Octal | 266 | 61 | 162 | 0 | 111 | 45 | 35 | 513 | 72 | 55 |
| Binary | 10110110 | 110001 | 1110010 | 0 | 1001001 | 100101 | 11101 | 101001011 | 111010 | 101101 |
Color Harmonies of #B63172
Complementary color
Monochromatic Colors of #B63172
Black with #B63172
Text Example
Text Example
White with #B63172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63172; }
p { color: rgb(182,49,114); }
H1.HeaderClassName
{
color: #B63172;
}
.AnyTagClassName
{
color: #B63172;
}
</style>
background-color css
<style>
a { background-color: #B63172; }
a { background-color: rgb(182,49,114); }
div.DivClassName
{
background-color: #B63172;
}
.BgClassName
{
background-color: #B63172;
}
</style>
border-color css
<style>
span { border-color: #B63172; }
span { border-color: rgb(182,49,114); }
td.TdClassName
{
border-color: #B63172;
}
.TagClassName
{
border-color: #B63172;
}
</style>