Shades of Medium Red Violet #B63297
Tints of Medium Red Violet #B63297
RGB
CMYK
RGB Variations
Color information
#B63297 (or 0xB63297) is known color: Medium Red Violet. HEX triplet: B6, 32 and 97. RGB value is (182,50,151). Sum of RGB (Red+Green+Blue) = 182+50+151=383 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.52% from 383); Green value is 50 (19.92% from 255 or 13.05% from 383); Blue value is 151 (59.38% from 255 or 39.43% from 383); Max value from RGB is 182 - color contains mainly: red. Hex color #B63297 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63297 is #49CD68. Grayscale: #646464. Windows color (decimal): -4836713 or 9908918. OLE color: 9908918.
HSL color Cylindrical-coordinate representation of color #B63297: hue angle of 314.09º degrees, saturation: 0.57, 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 #B63297 is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 50 | 151 | - |
| CMYK | 0 | 0.73 | 0.17 | 0.29 |
| HSL | 314.09º | 0.57% | 0.45% | - |
| HSV(B) | 314.09º | 0.73% | 0.71% | - |
| XYZ | 26.02 | 14.46 | 30.7 | - |
| YUV | 100.98 | 156.23 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 50 | 151 | 0 | 0.73 | 0.17 | 0.29 | 314.09 | 0.57 | 0.45 |
| Hex | B6 | 32 | 97 | 0 | 49 | 11 | 1D | 13A | 39 | 2D |
| Octal | 266 | 62 | 227 | 0 | 111 | 21 | 35 | 472 | 71 | 55 |
| Binary | 10110110 | 110010 | 10010111 | 0 | 1001001 | 10001 | 11101 | 100111010 | 111001 | 101101 |
Color Harmonies of #B63297
Complementary color
Monochromatic Colors of #B63297
Black with #B63297
Text Example
Text Example
White with #B63297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63297; }
p { color: rgb(182,50,151); }
H1.HeaderClassName
{
color: #B63297;
}
.AnyTagClassName
{
color: #B63297;
}
</style>
background-color css
<style>
a { background-color: #B63297; }
a { background-color: rgb(182,50,151); }
div.DivClassName
{
background-color: #B63297;
}
.BgClassName
{
background-color: #B63297;
}
</style>
border-color css
<style>
span { border-color: #B63297; }
span { border-color: rgb(182,50,151); }
td.TdClassName
{
border-color: #B63297;
}
.TagClassName
{
border-color: #B63297;
}
</style>