Shades of Medium Red Violet #B64189
Tints of Medium Red Violet #B64189
RGB
CMYK
RGB Variations
Color information
#B64189 (or 0xB64189) is known color: Medium Red Violet. HEX triplet: B6, 41 and 89. RGB value is (182,65,137). Sum of RGB (Red+Green+Blue) = 182+65+137=384 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.40% from 384); Green value is 65 (25.78% from 255 or 16.93% from 384); Blue value is 137 (53.91% from 255 or 35.68% from 384); Max value from RGB is 182 - color contains mainly: red. Hex color #B64189 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64189 is #49BE76. Grayscale: #6C6C6C. Windows color (decimal): -4832887 or 8995254. OLE color: 8995254.
HSL color Cylindrical-coordinate representation of color #B64189: hue angle of 323.08º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B64189 is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 65 | 137 | - |
| CMYK | 0 | 0.64 | 0.25 | 0.29 |
| HSL | 323.08º | 0.47% | 0.48% | - |
| HSV(B) | 323.08º | 0.64% | 0.71% | - |
| XYZ | 25.7 | 15.53 | 25.31 | - |
| YUV | 108.19 | 144.26 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 65 | 137 | 0 | 0.64 | 0.25 | 0.29 | 323.08 | 0.47 | 0.48 |
| Hex | B6 | 41 | 89 | 0 | 40 | 19 | 1D | 143 | 2F | 30 |
| Octal | 266 | 101 | 211 | 0 | 100 | 31 | 35 | 503 | 57 | 60 |
| Binary | 10110110 | 1000001 | 10001001 | 0 | 1000000 | 11001 | 11101 | 101000011 | 101111 | 110000 |
Color Harmonies of #B64189
Complementary color
Monochromatic Colors of #B64189
Black with #B64189
Text Example
Text Example
White with #B64189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64189; }
p { color: rgb(182,65,137); }
H1.HeaderClassName
{
color: #B64189;
}
.AnyTagClassName
{
color: #B64189;
}
</style>
background-color css
<style>
a { background-color: #B64189; }
a { background-color: rgb(182,65,137); }
div.DivClassName
{
background-color: #B64189;
}
.BgClassName
{
background-color: #B64189;
}
</style>
border-color css
<style>
span { border-color: #B64189; }
span { border-color: rgb(182,65,137); }
td.TdClassName
{
border-color: #B64189;
}
.TagClassName
{
border-color: #B64189;
}
</style>