Shades of Medium Red Violet #B64084
Tints of Medium Red Violet #B64084
RGB
CMYK
RGB Variations
Color information
#B64084 (or 0xB64084) is known color: Medium Red Violet. HEX triplet: B6, 40 and 84. RGB value is (182,64,132). Sum of RGB (Red+Green+Blue) = 182+64+132=378 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.15% from 378); Green value is 64 (25.39% from 255 or 16.93% from 378); Blue value is 132 (51.95% from 255 or 34.92% from 378); Max value from RGB is 182 - color contains mainly: red. Hex color #B64084 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64084 is #49BF7B. Grayscale: #6A6A6A. Windows color (decimal): -4833148 or 8667318. OLE color: 8667318.
HSL color Cylindrical-coordinate representation of color #B64084: hue angle of 325.42º 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 #B64084 is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 64 | 132 | - |
| CMYK | 0 | 0.65 | 0.27 | 0.29 |
| HSL | 325.42º | 0.48% | 0.48% | - |
| HSV(B) | 325.42º | 0.65% | 0.71% | - |
| XYZ | 25.29 | 15.28 | 23.45 | - |
| YUV | 107.03 | 142.09 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 64 | 132 | 0 | 0.65 | 0.27 | 0.29 | 325.42 | 0.48 | 0.48 |
| Hex | B6 | 40 | 84 | 0 | 41 | 1B | 1D | 145 | 30 | 30 |
| Octal | 266 | 100 | 204 | 0 | 101 | 33 | 35 | 505 | 60 | 60 |
| Binary | 10110110 | 1000000 | 10000100 | 0 | 1000001 | 11011 | 11101 | 101000101 | 110000 | 110000 |
Color Harmonies of #B64084
Complementary color
Monochromatic Colors of #B64084
Black with #B64084
Text Example
Text Example
White with #B64084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64084; }
p { color: rgb(182,64,132); }
H1.HeaderClassName
{
color: #B64084;
}
.AnyTagClassName
{
color: #B64084;
}
</style>
background-color css
<style>
a { background-color: #B64084; }
a { background-color: rgb(182,64,132); }
div.DivClassName
{
background-color: #B64084;
}
.BgClassName
{
background-color: #B64084;
}
</style>
border-color css
<style>
span { border-color: #B64084; }
span { border-color: rgb(182,64,132); }
td.TdClassName
{
border-color: #B64084;
}
.TagClassName
{
border-color: #B64084;
}
</style>