Shades of Medium Red Violet #B339A2
Tints of Medium Red Violet #B339A2
RGB
CMYK
RGB Variations
Color information
#B339A2 (or 0xB339A2) is known color: Medium Red Violet. HEX triplet: B3, 39 and A2. RGB value is (179,57,162). Sum of RGB (Red+Green+Blue) = 179+57+162=398 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.97% from 398); Green value is 57 (22.66% from 255 or 14.32% from 398); Blue value is 162 (63.67% from 255 or 40.70% from 398); Max value from RGB is 179 - color contains mainly: red. Hex color #B339A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B339A2 is #4CC65D. Grayscale: #696969. Windows color (decimal): -5031518 or 10631603. OLE color: 10631603.
HSL color Cylindrical-coordinate representation of color #B339A2: hue angle of 308.36º 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 #B339A2 is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 57 | 162 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.30 |
| HSL | 308.36º | 0.52% | 0.46% | - |
| HSV(B) | 308.36º | 0.68% | 0.7% | - |
| XYZ | 26.58 | 15.12 | 35.7 | - |
| YUV | 105.45 | 159.92 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 57 | 162 | 0 | 0.68 | 0.09 | 0.30 | 308.36 | 0.52 | 0.46 |
| Hex | B3 | 39 | A2 | 0 | 44 | 9 | 1E | 134 | 34 | 2E |
| Octal | 263 | 71 | 242 | 0 | 104 | 11 | 36 | 464 | 64 | 56 |
| Binary | 10110011 | 111001 | 10100010 | 0 | 1000100 | 1001 | 11110 | 100110100 | 110100 | 101110 |
Color Harmonies of #B339A2
Complementary color
Monochromatic Colors of #B339A2
Black with #B339A2
Text Example
Text Example
White with #B339A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B339A2; }
p { color: rgb(179,57,162); }
H1.HeaderClassName
{
color: #B339A2;
}
.AnyTagClassName
{
color: #B339A2;
}
</style>
background-color css
<style>
a { background-color: #B339A2; }
a { background-color: rgb(179,57,162); }
div.DivClassName
{
background-color: #B339A2;
}
.BgClassName
{
background-color: #B339A2;
}
</style>
border-color css
<style>
span { border-color: #B339A2; }
span { border-color: rgb(179,57,162); }
td.TdClassName
{
border-color: #B339A2;
}
.TagClassName
{
border-color: #B339A2;
}
</style>