Shades of Medium Red Violet #B64085
Tints of Medium Red Violet #B64085
RGB
CMYK
RGB Variations
Color information
#B64085 (or 0xB64085) is known color: Medium Red Violet. HEX triplet: B6, 40 and 85. RGB value is (182,64,133). Sum of RGB (Red+Green+Blue) = 182+64+133=379 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.02% from 379); Green value is 64 (25.39% from 255 or 16.89% from 379); Blue value is 133 (52.34% from 255 or 35.09% from 379); Max value from RGB is 182 - color contains mainly: red. Hex color #B64085 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64085 is #49BF7A. Grayscale: #6A6A6A. Windows color (decimal): -4833147 or 8732854. OLE color: 8732854.
HSL color Cylindrical-coordinate representation of color #B64085: hue angle of 324.92º 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 #B64085 is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 64 | 133 | - |
| CMYK | 0 | 0.65 | 0.27 | 0.29 |
| HSL | 324.92º | 0.48% | 0.48% | - |
| HSV(B) | 324.92º | 0.65% | 0.71% | - |
| XYZ | 25.36 | 15.31 | 23.81 | - |
| YUV | 107.15 | 142.59 | 181.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 64 | 133 | 0 | 0.65 | 0.27 | 0.29 | 324.92 | 0.48 | 0.48 |
| Hex | B6 | 40 | 85 | 0 | 41 | 1B | 1D | 145 | 30 | 30 |
| Octal | 266 | 100 | 205 | 0 | 101 | 33 | 35 | 505 | 60 | 60 |
| Binary | 10110110 | 1000000 | 10000101 | 0 | 1000001 | 11011 | 11101 | 101000101 | 110000 | 110000 |
Color Harmonies of #B64085
Complementary color
Monochromatic Colors of #B64085
Black with #B64085
Text Example
Text Example
White with #B64085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64085; }
p { color: rgb(182,64,133); }
H1.HeaderClassName
{
color: #B64085;
}
.AnyTagClassName
{
color: #B64085;
}
</style>
background-color css
<style>
a { background-color: #B64085; }
a { background-color: rgb(182,64,133); }
div.DivClassName
{
background-color: #B64085;
}
.BgClassName
{
background-color: #B64085;
}
</style>
border-color css
<style>
span { border-color: #B64085; }
span { border-color: rgb(182,64,133); }
td.TdClassName
{
border-color: #B64085;
}
.TagClassName
{
border-color: #B64085;
}
</style>