Shades of Medium Red Violet #B34487
Tints of Medium Red Violet #B34487
RGB
CMYK
RGB Variations
Color information
#B34487 (or 0xB34487) is known color: Medium Red Violet. HEX triplet: B3, 44 and 87. RGB value is (179,68,135). Sum of RGB (Red+Green+Blue) = 179+68+135=382 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.86% from 382); Green value is 68 (26.95% from 255 or 17.80% from 382); Blue value is 135 (53.12% from 255 or 35.34% from 382); Max value from RGB is 179 - color contains mainly: red. Hex color #B34487 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34487 is #4CBB78. Grayscale: #6C6C6C. Windows color (decimal): -5028729 or 8864947. OLE color: 8864947.
HSL color Cylindrical-coordinate representation of color #B34487: hue angle of 323.78º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B34487 is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 68 | 135 | - |
| CMYK | 0 | 0.62 | 0.25 | 0.30 |
| HSL | 323.78º | 0.45% | 0.48% | - |
| HSV(B) | 323.78º | 0.62% | 0.7% | - |
| XYZ | 25.03 | 15.47 | 24.59 | - |
| YUV | 108.83 | 142.77 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 68 | 135 | 0 | 0.62 | 0.25 | 0.30 | 323.78 | 0.45 | 0.48 |
| Hex | B3 | 44 | 87 | 0 | 3E | 19 | 1E | 144 | 2D | 30 |
| Octal | 263 | 104 | 207 | 0 | 76 | 31 | 36 | 504 | 55 | 60 |
| Binary | 10110011 | 1000100 | 10000111 | 0 | 111110 | 11001 | 11110 | 101000100 | 101101 | 110000 |
Color Harmonies of #B34487
Complementary color
Monochromatic Colors of #B34487
Black with #B34487
Text Example
Text Example
White with #B34487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34487; }
p { color: rgb(179,68,135); }
H1.HeaderClassName
{
color: #B34487;
}
.AnyTagClassName
{
color: #B34487;
}
</style>
background-color css
<style>
a { background-color: #B34487; }
a { background-color: rgb(179,68,135); }
div.DivClassName
{
background-color: #B34487;
}
.BgClassName
{
background-color: #B34487;
}
</style>
border-color css
<style>
span { border-color: #B34487; }
span { border-color: rgb(179,68,135); }
td.TdClassName
{
border-color: #B34487;
}
.TagClassName
{
border-color: #B34487;
}
</style>