Shades of Medium Red Violet #B64089
Tints of Medium Red Violet #B64089
RGB
CMYK
RGB Variations
Color information
#B64089 (or 0xB64089) is known color: Medium Red Violet. HEX triplet: B6, 40 and 89. RGB value is (182,64,137). Sum of RGB (Red+Green+Blue) = 182+64+137=383 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.52% from 383); Green value is 64 (25.39% from 255 or 16.71% from 383); Blue value is 137 (53.91% from 255 or 35.77% from 383); Max value from RGB is 182 - color contains mainly: red. Hex color #B64089 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64089 is #49BF76. Grayscale: #6B6B6B. Windows color (decimal): -4833143 or 8994998. OLE color: 8994998.
HSL color Cylindrical-coordinate representation of color #B64089: hue angle of 322.88º 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 #B64089 is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 64 | 137 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.29 |
| HSL | 322.88º | 0.48% | 0.48% | - |
| HSV(B) | 322.88º | 0.65% | 0.71% | - |
| XYZ | 25.64 | 15.42 | 25.29 | - |
| YUV | 107.6 | 144.59 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 64 | 137 | 0 | 0.65 | 0.25 | 0.29 | 322.88 | 0.48 | 0.48 |
| Hex | B6 | 40 | 89 | 0 | 41 | 19 | 1D | 143 | 30 | 30 |
| Octal | 266 | 100 | 211 | 0 | 101 | 31 | 35 | 503 | 60 | 60 |
| Binary | 10110110 | 1000000 | 10001001 | 0 | 1000001 | 11001 | 11101 | 101000011 | 110000 | 110000 |
Color Harmonies of #B64089
Complementary color
Monochromatic Colors of #B64089
Black with #B64089
Text Example
Text Example
White with #B64089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64089; }
p { color: rgb(182,64,137); }
H1.HeaderClassName
{
color: #B64089;
}
.AnyTagClassName
{
color: #B64089;
}
</style>
background-color css
<style>
a { background-color: #B64089; }
a { background-color: rgb(182,64,137); }
div.DivClassName
{
background-color: #B64089;
}
.BgClassName
{
background-color: #B64089;
}
</style>
border-color css
<style>
span { border-color: #B64089; }
span { border-color: rgb(182,64,137); }
td.TdClassName
{
border-color: #B64089;
}
.TagClassName
{
border-color: #B64089;
}
</style>