Shades of Medium Red Violet #B34297
Tints of Medium Red Violet #B34297
RGB
CMYK
RGB Variations
Color information
#B34297 (or 0xB34297) is known color: Medium Red Violet. HEX triplet: B3, 42 and 97. RGB value is (179,66,151). Sum of RGB (Red+Green+Blue) = 179+66+151=396 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.20% from 396); Green value is 66 (26.17% from 255 or 16.67% from 396); Blue value is 151 (59.38% from 255 or 38.13% from 396); Max value from RGB is 179 - color contains mainly: red. Hex color #B34297 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34297 is #4CBD68. Grayscale: #6D6D6D. Windows color (decimal): -5029225 or 9913011. OLE color: 9913011.
HSL color Cylindrical-coordinate representation of color #B34297: hue angle of 314.87º 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 #B34297 is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 66 | 151 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.30 |
| HSL | 314.87º | 0.46% | 0.48% | - |
| HSV(B) | 314.87º | 0.63% | 0.7% | - |
| XYZ | 26.12 | 15.71 | 30.93 | - |
| YUV | 109.48 | 151.44 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 66 | 151 | 0 | 0.63 | 0.16 | 0.30 | 314.87 | 0.46 | 0.48 |
| Hex | B3 | 42 | 97 | 0 | 3F | 10 | 1E | 13B | 2E | 30 |
| Octal | 263 | 102 | 227 | 0 | 77 | 20 | 36 | 473 | 56 | 60 |
| Binary | 10110011 | 1000010 | 10010111 | 0 | 111111 | 10000 | 11110 | 100111011 | 101110 | 110000 |
Color Harmonies of #B34297
Complementary color
Monochromatic Colors of #B34297
Black with #B34297
Text Example
Text Example
White with #B34297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34297; }
p { color: rgb(179,66,151); }
H1.HeaderClassName
{
color: #B34297;
}
.AnyTagClassName
{
color: #B34297;
}
</style>
background-color css
<style>
a { background-color: #B34297; }
a { background-color: rgb(179,66,151); }
div.DivClassName
{
background-color: #B34297;
}
.BgClassName
{
background-color: #B34297;
}
</style>
border-color css
<style>
span { border-color: #B34297; }
span { border-color: rgb(179,66,151); }
td.TdClassName
{
border-color: #B34297;
}
.TagClassName
{
border-color: #B34297;
}
</style>