Shades of Medium Red Violet #B335A0
Tints of Medium Red Violet #B335A0
RGB
CMYK
RGB Variations
Color information
#B335A0 (or 0xB335A0) is known color: Medium Red Violet. HEX triplet: B3, 35 and A0. RGB value is (179,53,160). Sum of RGB (Red+Green+Blue) = 179+53+160=392 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.66% from 392); Green value is 53 (21.09% from 255 or 13.52% from 392); Blue value is 160 (62.89% from 255 or 40.82% from 392); Max value from RGB is 179 - color contains mainly: red. Hex color #B335A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B335A0 is #4CCA5F. Grayscale: #666666. Windows color (decimal): -5032544 or 10499507. OLE color: 10499507.
HSL color Cylindrical-coordinate representation of color #B335A0: hue angle of 309.05º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B335A0 is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 53 | 160 | - |
| CMYK | 0 | 0.70 | 0.11 | 0.30 |
| HSL | 309.05º | 0.54% | 0.45% | - |
| HSV(B) | 309.05º | 0.7% | 0.7% | - |
| XYZ | 26.21 | 14.67 | 34.71 | - |
| YUV | 102.87 | 160.24 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 53 | 160 | 0 | 0.70 | 0.11 | 0.30 | 309.05 | 0.54 | 0.45 |
| Hex | B3 | 35 | A0 | 0 | 46 | B | 1E | 135 | 36 | 2D |
| Octal | 263 | 65 | 240 | 0 | 106 | 13 | 36 | 465 | 66 | 55 |
| Binary | 10110011 | 110101 | 10100000 | 0 | 1000110 | 1011 | 11110 | 100110101 | 110110 | 101101 |
Color Harmonies of #B335A0
Complementary color
Monochromatic Colors of #B335A0
Black with #B335A0
Text Example
Text Example
White with #B335A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B335A0; }
p { color: rgb(179,53,160); }
H1.HeaderClassName
{
color: #B335A0;
}
.AnyTagClassName
{
color: #B335A0;
}
</style>
background-color css
<style>
a { background-color: #B335A0; }
a { background-color: rgb(179,53,160); }
div.DivClassName
{
background-color: #B335A0;
}
.BgClassName
{
background-color: #B335A0;
}
</style>
border-color css
<style>
span { border-color: #B335A0; }
span { border-color: rgb(179,53,160); }
td.TdClassName
{
border-color: #B335A0;
}
.TagClassName
{
border-color: #B335A0;
}
</style>