Shades of Medium Red Violet #B34485
Tints of Medium Red Violet #B34485
RGB
CMYK
RGB Variations
Color information
#B34485 (or 0xB34485) is known color: Medium Red Violet. HEX triplet: B3, 44 and 85. RGB value is (179,68,133). Sum of RGB (Red+Green+Blue) = 179+68+133=380 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.11% from 380); Green value is 68 (26.95% from 255 or 17.89% from 380); Blue value is 133 (52.34% from 255 or 35% from 380); Max value from RGB is 179 - color contains mainly: red. Hex color #B34485 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34485 is #4CBB7A. Grayscale: #6C6C6C. Windows color (decimal): -5028731 or 8733875. OLE color: 8733875.
HSL color Cylindrical-coordinate representation of color #B34485: hue angle of 324.86º 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 #B34485 is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 68 | 133 | - |
| CMYK | 0 | 0.62 | 0.26 | 0.30 |
| HSL | 324.86º | 0.45% | 0.48% | - |
| HSV(B) | 324.86º | 0.62% | 0.7% | - |
| XYZ | 24.89 | 15.41 | 23.85 | - |
| YUV | 108.6 | 141.77 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 68 | 133 | 0 | 0.62 | 0.26 | 0.30 | 324.86 | 0.45 | 0.48 |
| Hex | B3 | 44 | 85 | 0 | 3E | 1A | 1E | 145 | 2D | 30 |
| Octal | 263 | 104 | 205 | 0 | 76 | 32 | 36 | 505 | 55 | 60 |
| Binary | 10110011 | 1000100 | 10000101 | 0 | 111110 | 11010 | 11110 | 101000101 | 101101 | 110000 |
Color Harmonies of #B34485
Complementary color
Monochromatic Colors of #B34485
Black with #B34485
Text Example
Text Example
White with #B34485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34485; }
p { color: rgb(179,68,133); }
H1.HeaderClassName
{
color: #B34485;
}
.AnyTagClassName
{
color: #B34485;
}
</style>
background-color css
<style>
a { background-color: #B34485; }
a { background-color: rgb(179,68,133); }
div.DivClassName
{
background-color: #B34485;
}
.BgClassName
{
background-color: #B34485;
}
</style>
border-color css
<style>
span { border-color: #B34485; }
span { border-color: rgb(179,68,133); }
td.TdClassName
{
border-color: #B34485;
}
.TagClassName
{
border-color: #B34485;
}
</style>