Shades of Medium Red Violet #B640A0
Tints of Medium Red Violet #B640A0
RGB
CMYK
RGB Variations
Color information
#B640A0 (or 0xB640A0) is known color: Medium Red Violet. HEX triplet: B6, 40 and A0. RGB value is (182,64,160). Sum of RGB (Red+Green+Blue) = 182+64+160=406 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.83% from 406); Green value is 64 (25.39% from 255 or 15.76% from 406); Blue value is 160 (62.89% from 255 or 39.41% from 406); Max value from RGB is 182 - color contains mainly: red. Hex color #B640A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B640A0 is #49BF5F. Grayscale: #6D6D6D. Windows color (decimal): -4833120 or 10502326. OLE color: 10502326.
HSL color Cylindrical-coordinate representation of color #B640A0: hue angle of 311.19º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B640A0 is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 64 | 160 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.29 |
| HSL | 311.19º | 0.48% | 0.48% | - |
| HSV(B) | 311.19º | 0.65% | 0.71% | - |
| XYZ | 27.47 | 16.15 | 34.93 | - |
| YUV | 110.23 | 156.09 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 64 | 160 | 0 | 0.65 | 0.12 | 0.29 | 311.19 | 0.48 | 0.48 |
| Hex | B6 | 40 | A0 | 0 | 41 | C | 1D | 137 | 30 | 30 |
| Octal | 266 | 100 | 240 | 0 | 101 | 14 | 35 | 467 | 60 | 60 |
| Binary | 10110110 | 1000000 | 10100000 | 0 | 1000001 | 1100 | 11101 | 100110111 | 110000 | 110000 |
Color Harmonies of #B640A0
Complementary color
Monochromatic Colors of #B640A0
Black with #B640A0
Text Example
Text Example
White with #B640A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B640A0; }
p { color: rgb(182,64,160); }
H1.HeaderClassName
{
color: #B640A0;
}
.AnyTagClassName
{
color: #B640A0;
}
</style>
background-color css
<style>
a { background-color: #B640A0; }
a { background-color: rgb(182,64,160); }
div.DivClassName
{
background-color: #B640A0;
}
.BgClassName
{
background-color: #B640A0;
}
</style>
border-color css
<style>
span { border-color: #B640A0; }
span { border-color: rgb(182,64,160); }
td.TdClassName
{
border-color: #B640A0;
}
.TagClassName
{
border-color: #B640A0;
}
</style>