Shades of Medium Red Violet #B34289
Tints of Medium Red Violet #B34289
RGB
CMYK
RGB Variations
Color information
#B34289 (or 0xB34289) is known color: Medium Red Violet. HEX triplet: B3, 42 and 89. RGB value is (179,66,137). Sum of RGB (Red+Green+Blue) = 179+66+137=382 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.86% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 137 (53.91% from 255 or 35.86% from 382); Max value from RGB is 179 - color contains mainly: red. Hex color #B34289 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34289 is #4CBD76. Grayscale: #6B6B6B. Windows color (decimal): -5029239 or 8995507. OLE color: 8995507.
HSL color Cylindrical-coordinate representation of color #B34289: hue angle of 322.3º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B34289 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 66 | 137 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.30 |
| HSL | 322.3º | 0.46% | 0.48% | - |
| HSV(B) | 322.3º | 0.63% | 0.7% | - |
| XYZ | 25.05 | 15.29 | 25.3 | - |
| YUV | 107.88 | 144.44 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 66 | 137 | 0 | 0.63 | 0.23 | 0.30 | 322.3 | 0.46 | 0.48 |
| Hex | B3 | 42 | 89 | 0 | 3F | 17 | 1E | 142 | 2E | 30 |
| Octal | 263 | 102 | 211 | 0 | 77 | 27 | 36 | 502 | 56 | 60 |
| Binary | 10110011 | 1000010 | 10001001 | 0 | 111111 | 10111 | 11110 | 101000010 | 101110 | 110000 |
Color Harmonies of #B34289
Complementary color
Monochromatic Colors of #B34289
Black with #B34289
Text Example
Text Example
White with #B34289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34289; }
p { color: rgb(179,66,137); }
H1.HeaderClassName
{
color: #B34289;
}
.AnyTagClassName
{
color: #B34289;
}
</style>
background-color css
<style>
a { background-color: #B34289; }
a { background-color: rgb(179,66,137); }
div.DivClassName
{
background-color: #B34289;
}
.BgClassName
{
background-color: #B34289;
}
</style>
border-color css
<style>
span { border-color: #B34289; }
span { border-color: rgb(179,66,137); }
td.TdClassName
{
border-color: #B34289;
}
.TagClassName
{
border-color: #B34289;
}
</style>