Shades of Medium Red Violet #B337A0
Tints of Medium Red Violet #B337A0
RGB
CMYK
RGB Variations
Color information
#B337A0 (or 0xB337A0) is known color: Medium Red Violet. HEX triplet: B3, 37 and A0. RGB value is (179,55,160). Sum of RGB (Red+Green+Blue) = 179+55+160=394 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.43% from 394); Green value is 55 (21.88% from 255 or 13.96% from 394); Blue value is 160 (62.89% from 255 or 40.61% from 394); Max value from RGB is 179 - color contains mainly: red. Hex color #B337A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B337A0 is #4CC85F. Grayscale: #676767. Windows color (decimal): -5032032 or 10500019. OLE color: 10500019.
HSL color Cylindrical-coordinate representation of color #B337A0: hue angle of 309.19º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B337A0 is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 55 | 160 | - |
| CMYK | 0 | 0.69 | 0.11 | 0.30 |
| HSL | 309.19º | 0.53% | 0.46% | - |
| HSV(B) | 309.19º | 0.69% | 0.7% | - |
| XYZ | 26.3 | 14.85 | 34.74 | - |
| YUV | 104.05 | 159.58 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 55 | 160 | 0 | 0.69 | 0.11 | 0.30 | 309.19 | 0.53 | 0.46 |
| Hex | B3 | 37 | A0 | 0 | 45 | B | 1E | 135 | 35 | 2E |
| Octal | 263 | 67 | 240 | 0 | 105 | 13 | 36 | 465 | 65 | 56 |
| Binary | 10110011 | 110111 | 10100000 | 0 | 1000101 | 1011 | 11110 | 100110101 | 110101 | 101110 |
Color Harmonies of #B337A0
Complementary color
Monochromatic Colors of #B337A0
Black with #B337A0
Text Example
Text Example
White with #B337A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B337A0; }
p { color: rgb(179,55,160); }
H1.HeaderClassName
{
color: #B337A0;
}
.AnyTagClassName
{
color: #B337A0;
}
</style>
background-color css
<style>
a { background-color: #B337A0; }
a { background-color: rgb(179,55,160); }
div.DivClassName
{
background-color: #B337A0;
}
.BgClassName
{
background-color: #B337A0;
}
</style>
border-color css
<style>
span { border-color: #B337A0; }
span { border-color: rgb(179,55,160); }
td.TdClassName
{
border-color: #B337A0;
}
.TagClassName
{
border-color: #B337A0;
}
</style>