Shades of Medium Red Violet #B64487
Tints of Medium Red Violet #B64487
RGB
CMYK
RGB Variations
Color information
#B64487 (or 0xB64487) is known color: Medium Red Violet. HEX triplet: B6, 44 and 87. RGB value is (182,68,135). Sum of RGB (Red+Green+Blue) = 182+68+135=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 68 (26.95% from 255 or 17.66% from 385); Blue value is 135 (53.12% from 255 or 35.06% from 385); Max value from RGB is 182 - color contains mainly: red. Hex color #B64487 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64487 is #49BB78. Grayscale: #6D6D6D. Windows color (decimal): -4832121 or 8864950. OLE color: 8864950.
HSL color Cylindrical-coordinate representation of color #B64487: hue angle of 324.74º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B64487 is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 68 | 135 | - |
| CMYK | 0 | 0.63 | 0.26 | 0.29 |
| HSL | 324.74º | 0.46% | 0.49% | - |
| HSV(B) | 324.74º | 0.63% | 0.71% | - |
| XYZ | 25.73 | 15.83 | 24.62 | - |
| YUV | 109.72 | 142.27 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 68 | 135 | 0 | 0.63 | 0.26 | 0.29 | 324.74 | 0.46 | 0.49 |
| Hex | B6 | 44 | 87 | 0 | 3F | 1A | 1D | 145 | 2E | 31 |
| Octal | 266 | 104 | 207 | 0 | 77 | 32 | 35 | 505 | 56 | 61 |
| Binary | 10110110 | 1000100 | 10000111 | 0 | 111111 | 11010 | 11101 | 101000101 | 101110 | 110001 |
Color Harmonies of #B64487
Complementary color
Monochromatic Colors of #B64487
Black with #B64487
Text Example
Text Example
White with #B64487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64487; }
p { color: rgb(182,68,135); }
H1.HeaderClassName
{
color: #B64487;
}
.AnyTagClassName
{
color: #B64487;
}
</style>
background-color css
<style>
a { background-color: #B64487; }
a { background-color: rgb(182,68,135); }
div.DivClassName
{
background-color: #B64487;
}
.BgClassName
{
background-color: #B64487;
}
</style>
border-color css
<style>
span { border-color: #B64487; }
span { border-color: rgb(182,68,135); }
td.TdClassName
{
border-color: #B64487;
}
.TagClassName
{
border-color: #B64487;
}
</style>