Shades of Medium Red Violet #B34089
Tints of Medium Red Violet #B34089
RGB
CMYK
RGB Variations
Color information
#B34089 (or 0xB34089) is known color: Medium Red Violet. HEX triplet: B3, 40 and 89. RGB value is (179,64,137). Sum of RGB (Red+Green+Blue) = 179+64+137=380 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.11% from 380); Green value is 64 (25.39% from 255 or 16.84% from 380); Blue value is 137 (53.91% from 255 or 36.05% from 380); Max value from RGB is 179 - color contains mainly: red. Hex color #B34089 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34089 is #4CBF76. Grayscale: #6A6A6A. Windows color (decimal): -5029751 or 8994995. OLE color: 8994995.
HSL color Cylindrical-coordinate representation of color #B34089: hue angle of 321.91º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B34089 is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 64 | 137 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.30 |
| HSL | 321.91º | 0.47% | 0.48% | - |
| HSV(B) | 321.91º | 0.64% | 0.7% | - |
| XYZ | 24.94 | 15.06 | 25.26 | - |
| YUV | 106.71 | 145.1 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 64 | 137 | 0 | 0.64 | 0.23 | 0.30 | 321.91 | 0.47 | 0.48 |
| Hex | B3 | 40 | 89 | 0 | 40 | 17 | 1E | 142 | 2F | 30 |
| Octal | 263 | 100 | 211 | 0 | 100 | 27 | 36 | 502 | 57 | 60 |
| Binary | 10110011 | 1000000 | 10001001 | 0 | 1000000 | 10111 | 11110 | 101000010 | 101111 | 110000 |
Color Harmonies of #B34089
Complementary color
Monochromatic Colors of #B34089
Black with #B34089
Text Example
Text Example
White with #B34089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34089; }
p { color: rgb(179,64,137); }
H1.HeaderClassName
{
color: #B34089;
}
.AnyTagClassName
{
color: #B34089;
}
</style>
background-color css
<style>
a { background-color: #B34089; }
a { background-color: rgb(179,64,137); }
div.DivClassName
{
background-color: #B34089;
}
.BgClassName
{
background-color: #B34089;
}
</style>
border-color css
<style>
span { border-color: #B34089; }
span { border-color: rgb(179,64,137); }
td.TdClassName
{
border-color: #B34089;
}
.TagClassName
{
border-color: #B34089;
}
</style>