Shades of Medium Red Violet #B34080
Tints of Medium Red Violet #B34080
RGB
CMYK
RGB Variations
Color information
#B34080 (or 0xB34080) is known color: Medium Red Violet. HEX triplet: B3, 40 and 80. RGB value is (179,64,128). Sum of RGB (Red+Green+Blue) = 179+64+128=371 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.25% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 179 - color contains mainly: red. Hex color #B34080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34080 is #4CBF7F. Grayscale: #696969. Windows color (decimal): -5029760 or 8405171. OLE color: 8405171.
HSL color Cylindrical-coordinate representation of color #B34080: hue angle of 326.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 #B34080 is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 64 | 128 | - |
| CMYK | 0 | 0.64 | 0.28 | 0.30 |
| HSL | 326.61º | 0.47% | 0.48% | - |
| HSV(B) | 326.61º | 0.64% | 0.7% | - |
| XYZ | 24.32 | 14.81 | 22 | - |
| YUV | 105.68 | 140.6 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 64 | 128 | 0 | 0.64 | 0.28 | 0.30 | 326.61 | 0.47 | 0.48 |
| Hex | B3 | 40 | 80 | 0 | 40 | 1C | 1E | 147 | 2F | 30 |
| Octal | 263 | 100 | 200 | 0 | 100 | 34 | 36 | 507 | 57 | 60 |
| Binary | 10110011 | 1000000 | 10000000 | 0 | 1000000 | 11100 | 11110 | 101000111 | 101111 | 110000 |
Color Harmonies of #B34080
Complementary color
Monochromatic Colors of #B34080
Black with #B34080
Text Example
Text Example
White with #B34080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34080; }
p { color: rgb(179,64,128); }
H1.HeaderClassName
{
color: #B34080;
}
.AnyTagClassName
{
color: #B34080;
}
</style>
background-color css
<style>
a { background-color: #B34080; }
a { background-color: rgb(179,64,128); }
div.DivClassName
{
background-color: #B34080;
}
.BgClassName
{
background-color: #B34080;
}
</style>
border-color css
<style>
span { border-color: #B34080; }
span { border-color: rgb(179,64,128); }
td.TdClassName
{
border-color: #B34080;
}
.TagClassName
{
border-color: #B34080;
}
</style>