Shades of Medium Red Violet #B63197
Tints of Medium Red Violet #B63197
RGB
CMYK
RGB Variations
Color information
#B63197 (or 0xB63197) is known color: Medium Red Violet. HEX triplet: B6, 31 and 97. RGB value is (182,49,151). Sum of RGB (Red+Green+Blue) = 182+49+151=382 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.64% from 382); Green value is 49 (19.53% from 255 or 12.83% from 382); Blue value is 151 (59.38% from 255 or 39.53% from 382); Max value from RGB is 182 - color contains mainly: red. Hex color #B63197 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63197 is #49CE68. Grayscale: #646464. Windows color (decimal): -4836969 or 9908662. OLE color: 9908662.
HSL color Cylindrical-coordinate representation of color #B63197: hue angle of 313.98º 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 #B63197 is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 49 | 151 | - |
| CMYK | 0 | 0.73 | 0.17 | 0.29 |
| HSL | 313.99º | 0.58% | 0.45% | - |
| HSV(B) | 313.99º | 0.73% | 0.71% | - |
| XYZ | 25.98 | 14.38 | 30.68 | - |
| YUV | 100.4 | 156.56 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 49 | 151 | 0 | 0.73 | 0.17 | 0.29 | 313.99 | 0.58 | 0.45 |
| Hex | B6 | 31 | 97 | 0 | 49 | 11 | 1D | 13A | 3A | 2D |
| Octal | 266 | 61 | 227 | 0 | 111 | 21 | 35 | 472 | 72 | 55 |
| Binary | 10110110 | 110001 | 10010111 | 0 | 1001001 | 10001 | 11101 | 100111010 | 111010 | 101101 |
Color Harmonies of #B63197
Complementary color
Monochromatic Colors of #B63197
Black with #B63197
Text Example
Text Example
White with #B63197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63197; }
p { color: rgb(182,49,151); }
H1.HeaderClassName
{
color: #B63197;
}
.AnyTagClassName
{
color: #B63197;
}
</style>
background-color css
<style>
a { background-color: #B63197; }
a { background-color: rgb(182,49,151); }
div.DivClassName
{
background-color: #B63197;
}
.BgClassName
{
background-color: #B63197;
}
</style>
border-color css
<style>
span { border-color: #B63197; }
span { border-color: rgb(182,49,151); }
td.TdClassName
{
border-color: #B63197;
}
.TagClassName
{
border-color: #B63197;
}
</style>