Shades of Medium Red Violet #B3399A
Tints of Medium Red Violet #B3399A
RGB
CMYK
RGB Variations
Color information
#B3399A (or 0xB3399A) is known color: Medium Red Violet. HEX triplet: B3, 39 and 9A. RGB value is (179,57,154). Sum of RGB (Red+Green+Blue) = 179+57+154=390 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.90% from 390); Green value is 57 (22.66% from 255 or 14.62% from 390); Blue value is 154 (60.55% from 255 or 39.49% from 390); Max value from RGB is 179 - color contains mainly: red. Hex color #B3399A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3399A is #4CC665. Grayscale: #686868. Windows color (decimal): -5031526 or 10107315. OLE color: 10107315.
HSL color Cylindrical-coordinate representation of color #B3399A: hue angle of 312.3º 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 #B3399A is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 57 | 154 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.30 |
| HSL | 312.3º | 0.52% | 0.46% | - |
| HSV(B) | 312.3º | 0.68% | 0.7% | - |
| XYZ | 25.89 | 14.84 | 32.07 | - |
| YUV | 104.54 | 155.92 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 57 | 154 | 0 | 0.68 | 0.14 | 0.30 | 312.3 | 0.52 | 0.46 |
| Hex | B3 | 39 | 9A | 0 | 44 | E | 1E | 138 | 34 | 2E |
| Octal | 263 | 71 | 232 | 0 | 104 | 16 | 36 | 470 | 64 | 56 |
| Binary | 10110011 | 111001 | 10011010 | 0 | 1000100 | 1110 | 11110 | 100111000 | 110100 | 101110 |
Color Harmonies of #B3399A
Complementary color
Monochromatic Colors of #B3399A
Black with #B3399A
Text Example
Text Example
White with #B3399A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3399A; }
p { color: rgb(179,57,154); }
H1.HeaderClassName
{
color: #B3399A;
}
.AnyTagClassName
{
color: #B3399A;
}
</style>
background-color css
<style>
a { background-color: #B3399A; }
a { background-color: rgb(179,57,154); }
div.DivClassName
{
background-color: #B3399A;
}
.BgClassName
{
background-color: #B3399A;
}
</style>
border-color css
<style>
span { border-color: #B3399A; }
span { border-color: rgb(179,57,154); }
td.TdClassName
{
border-color: #B3399A;
}
.TagClassName
{
border-color: #B3399A;
}
</style>