Shades of Medium Red Violet #B336A0
Tints of Medium Red Violet #B336A0
RGB
CMYK
RGB Variations
Color information
#B336A0 (or 0xB336A0) is known color: Medium Red Violet. HEX triplet: B3, 36 and A0. RGB value is (179,54,160). Sum of RGB (Red+Green+Blue) = 179+54+160=393 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.55% from 393); Green value is 54 (21.48% from 255 or 13.74% from 393); Blue value is 160 (62.89% from 255 or 40.71% from 393); Max value from RGB is 179 - color contains mainly: red. Hex color #B336A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B336A0 is #4CC95F. Grayscale: #676767. Windows color (decimal): -5032288 or 10499763. OLE color: 10499763.
HSL color Cylindrical-coordinate representation of color #B336A0: hue angle of 309.12º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B336A0 is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 54 | 160 | - |
| CMYK | 0 | 0.70 | 0.11 | 0.30 |
| HSL | 309.12º | 0.54% | 0.46% | - |
| HSV(B) | 309.12º | 0.7% | 0.7% | - |
| XYZ | 26.25 | 14.76 | 34.72 | - |
| YUV | 103.46 | 159.91 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 54 | 160 | 0 | 0.70 | 0.11 | 0.30 | 309.12 | 0.54 | 0.46 |
| Hex | B3 | 36 | A0 | 0 | 46 | B | 1E | 135 | 36 | 2E |
| Octal | 263 | 66 | 240 | 0 | 106 | 13 | 36 | 465 | 66 | 56 |
| Binary | 10110011 | 110110 | 10100000 | 0 | 1000110 | 1011 | 11110 | 100110101 | 110110 | 101110 |
Color Harmonies of #B336A0
Complementary color
Monochromatic Colors of #B336A0
Black with #B336A0
Text Example
Text Example
White with #B336A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B336A0; }
p { color: rgb(179,54,160); }
H1.HeaderClassName
{
color: #B336A0;
}
.AnyTagClassName
{
color: #B336A0;
}
</style>
background-color css
<style>
a { background-color: #B336A0; }
a { background-color: rgb(179,54,160); }
div.DivClassName
{
background-color: #B336A0;
}
.BgClassName
{
background-color: #B336A0;
}
</style>
border-color css
<style>
span { border-color: #B336A0; }
span { border-color: rgb(179,54,160); }
td.TdClassName
{
border-color: #B336A0;
}
.TagClassName
{
border-color: #B336A0;
}
</style>