Shades of Medium Red Violet #B34495
Tints of Medium Red Violet #B34495
RGB
CMYK
RGB Variations
Color information
#B34495 (or 0xB34495) is known color: Medium Red Violet. HEX triplet: B3, 44 and 95. RGB value is (179,68,149). Sum of RGB (Red+Green+Blue) = 179+68+149=396 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.20% from 396); Green value is 68 (26.95% from 255 or 17.17% from 396); Blue value is 149 (58.59% from 255 or 37.63% from 396); Max value from RGB is 179 - color contains mainly: red. Hex color #B34495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34495 is #4CBB6A. Grayscale: #6E6E6E. Windows color (decimal): -5028715 or 9782451. OLE color: 9782451.
HSL color Cylindrical-coordinate representation of color #B34495: hue angle of 316.22º 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 #B34495 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 68 | 149 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.30 |
| HSL | 316.22º | 0.45% | 0.48% | - |
| HSV(B) | 316.22º | 0.62% | 0.7% | - |
| XYZ | 26.08 | 15.89 | 30.13 | - |
| YUV | 110.42 | 149.77 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 68 | 149 | 0 | 0.62 | 0.17 | 0.30 | 316.22 | 0.45 | 0.48 |
| Hex | B3 | 44 | 95 | 0 | 3E | 11 | 1E | 13C | 2D | 30 |
| Octal | 263 | 104 | 225 | 0 | 76 | 21 | 36 | 474 | 55 | 60 |
| Binary | 10110011 | 1000100 | 10010101 | 0 | 111110 | 10001 | 11110 | 100111100 | 101101 | 110000 |
Color Harmonies of #B34495
Complementary color
Monochromatic Colors of #B34495
Black with #B34495
Text Example
Text Example
White with #B34495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34495; }
p { color: rgb(179,68,149); }
H1.HeaderClassName
{
color: #B34495;
}
.AnyTagClassName
{
color: #B34495;
}
</style>
background-color css
<style>
a { background-color: #B34495; }
a { background-color: rgb(179,68,149); }
div.DivClassName
{
background-color: #B34495;
}
.BgClassName
{
background-color: #B34495;
}
</style>
border-color css
<style>
span { border-color: #B34495; }
span { border-color: rgb(179,68,149); }
td.TdClassName
{
border-color: #B34495;
}
.TagClassName
{
border-color: #B34495;
}
</style>