Shades of Medium Red Violet #B339A0
Tints of Medium Red Violet #B339A0
RGB
CMYK
RGB Variations
Color information
#B339A0 (or 0xB339A0) is known color: Medium Red Violet. HEX triplet: B3, 39 and A0. RGB value is (179,57,160). Sum of RGB (Red+Green+Blue) = 179+57+160=396 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.20% from 396); Green value is 57 (22.66% from 255 or 14.39% from 396); Blue value is 160 (62.89% from 255 or 40.40% from 396); Max value from RGB is 179 - color contains mainly: red. Hex color #B339A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B339A0 is #4CC65F. Grayscale: #686868. Windows color (decimal): -5031520 or 10500531. OLE color: 10500531.
HSL color Cylindrical-coordinate representation of color #B339A0: hue angle of 309.34º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B339A0 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 57 | 160 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.30 |
| HSL | 309.34º | 0.52% | 0.46% | - |
| HSV(B) | 309.34º | 0.68% | 0.7% | - |
| XYZ | 26.4 | 15.05 | 34.77 | - |
| YUV | 105.22 | 158.92 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 57 | 160 | 0 | 0.68 | 0.11 | 0.30 | 309.34 | 0.52 | 0.46 |
| Hex | B3 | 39 | A0 | 0 | 44 | B | 1E | 135 | 34 | 2E |
| Octal | 263 | 71 | 240 | 0 | 104 | 13 | 36 | 465 | 64 | 56 |
| Binary | 10110011 | 111001 | 10100000 | 0 | 1000100 | 1011 | 11110 | 100110101 | 110100 | 101110 |
Color Harmonies of #B339A0
Complementary color
Monochromatic Colors of #B339A0
Black with #B339A0
Text Example
Text Example
White with #B339A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B339A0; }
p { color: rgb(179,57,160); }
H1.HeaderClassName
{
color: #B339A0;
}
.AnyTagClassName
{
color: #B339A0;
}
</style>
background-color css
<style>
a { background-color: #B339A0; }
a { background-color: rgb(179,57,160); }
div.DivClassName
{
background-color: #B339A0;
}
.BgClassName
{
background-color: #B339A0;
}
</style>
border-color css
<style>
span { border-color: #B339A0; }
span { border-color: rgb(179,57,160); }
td.TdClassName
{
border-color: #B339A0;
}
.TagClassName
{
border-color: #B339A0;
}
</style>