Shades of Medium Red Violet #B34097
Tints of Medium Red Violet #B34097
RGB
CMYK
RGB Variations
Color information
#B34097 (or 0xB34097) is known color: Medium Red Violet. HEX triplet: B3, 40 and 97. RGB value is (179,64,151). Sum of RGB (Red+Green+Blue) = 179+64+151=394 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.43% from 394); Green value is 64 (25.39% from 255 or 16.24% from 394); Blue value is 151 (59.38% from 255 or 38.32% from 394); Max value from RGB is 179 - color contains mainly: red. Hex color #B34097 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34097 is #4CBF68. Grayscale: #6C6C6C. Windows color (decimal): -5029737 or 9912499. OLE color: 9912499.
HSL color Cylindrical-coordinate representation of color #B34097: hue angle of 314.61º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B34097 is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 64 | 151 | - |
| CMYK | 0 | 0.64 | 0.16 | 0.30 |
| HSL | 314.61º | 0.47% | 0.48% | - |
| HSV(B) | 314.61º | 0.64% | 0.7% | - |
| XYZ | 26.01 | 15.48 | 30.9 | - |
| YUV | 108.3 | 152.1 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 64 | 151 | 0 | 0.64 | 0.16 | 0.30 | 314.61 | 0.47 | 0.48 |
| Hex | B3 | 40 | 97 | 0 | 40 | 10 | 1E | 13B | 2F | 30 |
| Octal | 263 | 100 | 227 | 0 | 100 | 20 | 36 | 473 | 57 | 60 |
| Binary | 10110011 | 1000000 | 10010111 | 0 | 1000000 | 10000 | 11110 | 100111011 | 101111 | 110000 |
Color Harmonies of #B34097
Complementary color
Monochromatic Colors of #B34097
Black with #B34097
Text Example
Text Example
White with #B34097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34097; }
p { color: rgb(179,64,151); }
H1.HeaderClassName
{
color: #B34097;
}
.AnyTagClassName
{
color: #B34097;
}
</style>
background-color css
<style>
a { background-color: #B34097; }
a { background-color: rgb(179,64,151); }
div.DivClassName
{
background-color: #B34097;
}
.BgClassName
{
background-color: #B34097;
}
</style>
border-color css
<style>
span { border-color: #B34097; }
span { border-color: rgb(179,64,151); }
td.TdClassName
{
border-color: #B34097;
}
.TagClassName
{
border-color: #B34097;
}
</style>