Shades of Medium Red Violet #B64389
Tints of Medium Red Violet #B64389
RGB
CMYK
RGB Variations
Color information
#B64389 (or 0xB64389) is known color: Medium Red Violet. HEX triplet: B6, 43 and 89. RGB value is (182,67,137). Sum of RGB (Red+Green+Blue) = 182+67+137=386 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.15% from 386); Green value is 67 (26.56% from 255 or 17.36% from 386); Blue value is 137 (53.91% from 255 or 35.49% from 386); Max value from RGB is 182 - color contains mainly: red. Hex color #B64389 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64389 is #49BC76. Grayscale: #6D6D6D. Windows color (decimal): -4832375 or 8995766. OLE color: 8995766.
HSL color Cylindrical-coordinate representation of color #B64389: hue angle of 323.48º 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 #B64389 is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 67 | 137 | - |
| CMYK | 0 | 0.63 | 0.25 | 0.29 |
| HSL | 323.48º | 0.46% | 0.49% | - |
| HSV(B) | 323.48º | 0.63% | 0.71% | - |
| XYZ | 25.81 | 15.77 | 25.35 | - |
| YUV | 109.37 | 143.6 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 67 | 137 | 0 | 0.63 | 0.25 | 0.29 | 323.48 | 0.46 | 0.49 |
| Hex | B6 | 43 | 89 | 0 | 3F | 19 | 1D | 143 | 2E | 31 |
| Octal | 266 | 103 | 211 | 0 | 77 | 31 | 35 | 503 | 56 | 61 |
| Binary | 10110110 | 1000011 | 10001001 | 0 | 111111 | 11001 | 11101 | 101000011 | 101110 | 110001 |
Color Harmonies of #B64389
Complementary color
Monochromatic Colors of #B64389
Black with #B64389
Text Example
Text Example
White with #B64389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64389; }
p { color: rgb(182,67,137); }
H1.HeaderClassName
{
color: #B64389;
}
.AnyTagClassName
{
color: #B64389;
}
</style>
background-color css
<style>
a { background-color: #B64389; }
a { background-color: rgb(182,67,137); }
div.DivClassName
{
background-color: #B64389;
}
.BgClassName
{
background-color: #B64389;
}
</style>
border-color css
<style>
span { border-color: #B64389; }
span { border-color: rgb(182,67,137); }
td.TdClassName
{
border-color: #B64389;
}
.TagClassName
{
border-color: #B64389;
}
</style>