Shades of Medium Red Violet #B34295
Tints of Medium Red Violet #B34295
RGB
CMYK
RGB Variations
Color information
#B34295 (or 0xB34295) is known color: Medium Red Violet. HEX triplet: B3, 42 and 95. RGB value is (179,66,149). Sum of RGB (Red+Green+Blue) = 179+66+149=394 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.43% from 394); Green value is 66 (26.17% from 255 or 16.75% from 394); Blue value is 149 (58.59% from 255 or 37.82% from 394); Max value from RGB is 179 - color contains mainly: red. Hex color #B34295 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34295 is #4CBD6A. Grayscale: #6D6D6D. Windows color (decimal): -5029227 or 9781939. OLE color: 9781939.
HSL color Cylindrical-coordinate representation of color #B34295: hue angle of 315.93º 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 #B34295 is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 66 | 149 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.30 |
| HSL | 315.93º | 0.46% | 0.48% | - |
| HSV(B) | 315.93º | 0.63% | 0.7% | - |
| XYZ | 25.96 | 15.65 | 30.09 | - |
| YUV | 109.25 | 150.44 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 66 | 149 | 0 | 0.63 | 0.17 | 0.30 | 315.93 | 0.46 | 0.48 |
| Hex | B3 | 42 | 95 | 0 | 3F | 11 | 1E | 13C | 2E | 30 |
| Octal | 263 | 102 | 225 | 0 | 77 | 21 | 36 | 474 | 56 | 60 |
| Binary | 10110011 | 1000010 | 10010101 | 0 | 111111 | 10001 | 11110 | 100111100 | 101110 | 110000 |
Color Harmonies of #B34295
Complementary color
Monochromatic Colors of #B34295
Black with #B34295
Text Example
Text Example
White with #B34295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34295; }
p { color: rgb(179,66,149); }
H1.HeaderClassName
{
color: #B34295;
}
.AnyTagClassName
{
color: #B34295;
}
</style>
background-color css
<style>
a { background-color: #B34295; }
a { background-color: rgb(179,66,149); }
div.DivClassName
{
background-color: #B34295;
}
.BgClassName
{
background-color: #B34295;
}
</style>
border-color css
<style>
span { border-color: #B34295; }
span { border-color: rgb(179,66,149); }
td.TdClassName
{
border-color: #B34295;
}
.TagClassName
{
border-color: #B34295;
}
</style>