Shades of Medium Red Violet #B342A0
Tints of Medium Red Violet #B342A0
RGB
CMYK
RGB Variations
Color information
#B342A0 (or 0xB342A0) is known color: Medium Red Violet. HEX triplet: B3, 42 and A0. RGB value is (179,66,160). Sum of RGB (Red+Green+Blue) = 179+66+160=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 66 (26.17% from 255 or 16.30% from 405); Blue value is 160 (62.89% from 255 or 39.51% from 405); Max value from RGB is 179 - color contains mainly: red. Hex color #B342A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B342A0 is #4CBD5F. Grayscale: #6E6E6E. Windows color (decimal): -5029216 or 10502835. OLE color: 10502835.
HSL color Cylindrical-coordinate representation of color #B342A0: hue angle of 310.09º 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 #B342A0 is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 66 | 160 | - |
| CMYK | 0 | 0.63 | 0.11 | 0.30 |
| HSL | 310.09º | 0.46% | 0.48% | - |
| HSV(B) | 310.09º | 0.63% | 0.7% | - |
| XYZ | 26.88 | 16.02 | 34.93 | - |
| YUV | 110.5 | 155.94 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 66 | 160 | 0 | 0.63 | 0.11 | 0.30 | 310.09 | 0.46 | 0.48 |
| Hex | B3 | 42 | A0 | 0 | 3F | B | 1E | 136 | 2E | 30 |
| Octal | 263 | 102 | 240 | 0 | 77 | 13 | 36 | 466 | 56 | 60 |
| Binary | 10110011 | 1000010 | 10100000 | 0 | 111111 | 1011 | 11110 | 100110110 | 101110 | 110000 |
Color Harmonies of #B342A0
Complementary color
Monochromatic Colors of #B342A0
Black with #B342A0
Text Example
Text Example
White with #B342A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B342A0; }
p { color: rgb(179,66,160); }
H1.HeaderClassName
{
color: #B342A0;
}
.AnyTagClassName
{
color: #B342A0;
}
</style>
background-color css
<style>
a { background-color: #B342A0; }
a { background-color: rgb(179,66,160); }
div.DivClassName
{
background-color: #B342A0;
}
.BgClassName
{
background-color: #B342A0;
}
</style>
border-color css
<style>
span { border-color: #B342A0; }
span { border-color: rgb(179,66,160); }
td.TdClassName
{
border-color: #B342A0;
}
.TagClassName
{
border-color: #B342A0;
}
</style>