Shades of Medium Red Violet #B63696
Tints of Medium Red Violet #B63696
RGB
CMYK
RGB Variations
Color information
#B63696 (or 0xB63696) is known color: Medium Red Violet. HEX triplet: B6, 36 and 96. RGB value is (182,54,150). Sum of RGB (Red+Green+Blue) = 182+54+150=386 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.15% from 386); Green value is 54 (21.48% from 255 or 13.99% from 386); Blue value is 150 (58.98% from 255 or 38.86% from 386); Max value from RGB is 182 - color contains mainly: red. Hex color #B63696 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63696 is #49C969. Grayscale: #666666. Windows color (decimal): -4835690 or 9844406. OLE color: 9844406.
HSL color Cylindrical-coordinate representation of color #B63696: hue angle of 315º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B63696 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 54 | 150 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.29 |
| HSL | 315º | 0.54% | 0.46% | - |
| HSV(B) | 315º | 0.7% | 0.71% | - |
| XYZ | 26.12 | 14.79 | 30.33 | - |
| YUV | 103.22 | 154.41 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 54 | 150 | 0 | 0.70 | 0.18 | 0.29 | 315 | 0.54 | 0.46 |
| Hex | B6 | 36 | 96 | 0 | 46 | 12 | 1D | 13B | 36 | 2E |
| Octal | 266 | 66 | 226 | 0 | 106 | 22 | 35 | 473 | 66 | 56 |
| Binary | 10110110 | 110110 | 10010110 | 0 | 1000110 | 10010 | 11101 | 100111011 | 110110 | 101110 |
Color Harmonies of #B63696
Complementary color
Monochromatic Colors of #B63696
Black with #B63696
Text Example
Text Example
White with #B63696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63696; }
p { color: rgb(182,54,150); }
H1.HeaderClassName
{
color: #B63696;
}
.AnyTagClassName
{
color: #B63696;
}
</style>
background-color css
<style>
a { background-color: #B63696; }
a { background-color: rgb(182,54,150); }
div.DivClassName
{
background-color: #B63696;
}
.BgClassName
{
background-color: #B63696;
}
</style>
border-color css
<style>
span { border-color: #B63696; }
span { border-color: rgb(182,54,150); }
td.TdClassName
{
border-color: #B63696;
}
.TagClassName
{
border-color: #B63696;
}
</style>