Shades of Medium Red Violet #B3399E
Tints of Medium Red Violet #B3399E
RGB
CMYK
RGB Variations
Color information
#B3399E (or 0xB3399E) is known color: Medium Red Violet. HEX triplet: B3, 39 and 9E. RGB value is (179,57,158). Sum of RGB (Red+Green+Blue) = 179+57+158=394 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.43% from 394); Green value is 57 (22.66% from 255 or 14.47% from 394); Blue value is 158 (62.11% from 255 or 40.10% from 394); Max value from RGB is 179 - color contains mainly: red. Hex color #B3399E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3399E is #4CC661. Grayscale: #686868. Windows color (decimal): -5031522 or 10369459. OLE color: 10369459.
HSL color Cylindrical-coordinate representation of color #B3399E: hue angle of 310.33º 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 #B3399E is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 57 | 158 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.30 |
| HSL | 310.33º | 0.52% | 0.46% | - |
| HSV(B) | 310.33º | 0.68% | 0.7% | - |
| XYZ | 26.23 | 14.98 | 33.86 | - |
| YUV | 104.99 | 157.92 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 57 | 158 | 0 | 0.68 | 0.12 | 0.30 | 310.33 | 0.52 | 0.46 |
| Hex | B3 | 39 | 9E | 0 | 44 | C | 1E | 136 | 34 | 2E |
| Octal | 263 | 71 | 236 | 0 | 104 | 14 | 36 | 466 | 64 | 56 |
| Binary | 10110011 | 111001 | 10011110 | 0 | 1000100 | 1100 | 11110 | 100110110 | 110100 | 101110 |
Color Harmonies of #B3399E
Complementary color
Monochromatic Colors of #B3399E
Black with #B3399E
Text Example
Text Example
White with #B3399E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3399E; }
p { color: rgb(179,57,158); }
H1.HeaderClassName
{
color: #B3399E;
}
.AnyTagClassName
{
color: #B3399E;
}
</style>
background-color css
<style>
a { background-color: #B3399E; }
a { background-color: rgb(179,57,158); }
div.DivClassName
{
background-color: #B3399E;
}
.BgClassName
{
background-color: #B3399E;
}
</style>
border-color css
<style>
span { border-color: #B3399E; }
span { border-color: rgb(179,57,158); }
td.TdClassName
{
border-color: #B3399E;
}
.TagClassName
{
border-color: #B3399E;
}
</style>