Shades of Medium Red Violet #B63097
Tints of Medium Red Violet #B63097
RGB
CMYK
RGB Variations
Color information
#B63097 (or 0xB63097) is known color: Medium Red Violet. HEX triplet: B6, 30 and 97. RGB value is (182,48,151). Sum of RGB (Red+Green+Blue) = 182+48+151=381 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.77% from 381); Green value is 48 (19.14% from 255 or 12.60% from 381); Blue value is 151 (59.38% from 255 or 39.63% from 381); Max value from RGB is 182 - color contains mainly: red. Hex color #B63097 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63097 is #49CF68. Grayscale: #636363. Windows color (decimal): -4837225 or 9908406. OLE color: 9908406.
HSL color Cylindrical-coordinate representation of color #B63097: hue angle of 313.88º 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 #B63097 is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 48 | 151 | - |
| CMYK | 0 | 0.74 | 0.17 | 0.29 |
| HSL | 313.88º | 0.58% | 0.45% | - |
| HSV(B) | 313.88º | 0.74% | 0.71% | - |
| XYZ | 25.93 | 14.29 | 30.67 | - |
| YUV | 99.81 | 156.89 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 48 | 151 | 0 | 0.74 | 0.17 | 0.29 | 313.88 | 0.58 | 0.45 |
| Hex | B6 | 30 | 97 | 0 | 4A | 11 | 1D | 13A | 3A | 2D |
| Octal | 266 | 60 | 227 | 0 | 112 | 21 | 35 | 472 | 72 | 55 |
| Binary | 10110110 | 110000 | 10010111 | 0 | 1001010 | 10001 | 11101 | 100111010 | 111010 | 101101 |
Color Harmonies of #B63097
Complementary color
Monochromatic Colors of #B63097
Black with #B63097
Text Example
Text Example
White with #B63097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63097; }
p { color: rgb(182,48,151); }
H1.HeaderClassName
{
color: #B63097;
}
.AnyTagClassName
{
color: #B63097;
}
</style>
background-color css
<style>
a { background-color: #B63097; }
a { background-color: rgb(182,48,151); }
div.DivClassName
{
background-color: #B63097;
}
.BgClassName
{
background-color: #B63097;
}
</style>
border-color css
<style>
span { border-color: #B63097; }
span { border-color: rgb(182,48,151); }
td.TdClassName
{
border-color: #B63097;
}
.TagClassName
{
border-color: #B63097;
}
</style>