Shades of Medium Red Violet #B335A2
Tints of Medium Red Violet #B335A2
RGB
CMYK
RGB Variations
Color information
#B335A2 (or 0xB335A2) is known color: Medium Red Violet. HEX triplet: B3, 35 and A2. RGB value is (179,53,162). Sum of RGB (Red+Green+Blue) = 179+53+162=394 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.43% from 394); Green value is 53 (21.09% from 255 or 13.45% from 394); Blue value is 162 (63.67% from 255 or 41.12% from 394); Max value from RGB is 179 - color contains mainly: red. Hex color #B335A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B335A2 is #4CCA5D. Grayscale: #666666. Windows color (decimal): -5032542 or 10630579. OLE color: 10630579.
HSL color Cylindrical-coordinate representation of color #B335A2: hue angle of 308.1º 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 #B335A2 is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 53 | 162 | - |
| CMYK | 0 | 0.70 | 0.09 | 0.30 |
| HSL | 308.1º | 0.54% | 0.45% | - |
| HSV(B) | 308.1º | 0.7% | 0.7% | - |
| XYZ | 26.39 | 14.74 | 35.64 | - |
| YUV | 103.1 | 161.24 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 53 | 162 | 0 | 0.70 | 0.09 | 0.30 | 308.1 | 0.54 | 0.45 |
| Hex | B3 | 35 | A2 | 0 | 46 | 9 | 1E | 134 | 36 | 2D |
| Octal | 263 | 65 | 242 | 0 | 106 | 11 | 36 | 464 | 66 | 55 |
| Binary | 10110011 | 110101 | 10100010 | 0 | 1000110 | 1001 | 11110 | 100110100 | 110110 | 101101 |
Color Harmonies of #B335A2
Complementary color
Monochromatic Colors of #B335A2
Black with #B335A2
Text Example
Text Example
White with #B335A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B335A2; }
p { color: rgb(179,53,162); }
H1.HeaderClassName
{
color: #B335A2;
}
.AnyTagClassName
{
color: #B335A2;
}
</style>
background-color css
<style>
a { background-color: #B335A2; }
a { background-color: rgb(179,53,162); }
div.DivClassName
{
background-color: #B335A2;
}
.BgClassName
{
background-color: #B335A2;
}
</style>
border-color css
<style>
span { border-color: #B335A2; }
span { border-color: rgb(179,53,162); }
td.TdClassName
{
border-color: #B335A2;
}
.TagClassName
{
border-color: #B335A2;
}
</style>