Shades of Medium Red Violet #B3389C
Tints of Medium Red Violet #B3389C
RGB
CMYK
RGB Variations
Color information
#B3389C (or 0xB3389C) is known color: Medium Red Violet. HEX triplet: B3, 38 and 9C. RGB value is (179,56,156). Sum of RGB (Red+Green+Blue) = 179+56+156=391 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.78% from 391); Green value is 56 (22.27% from 255 or 14.32% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 179 - color contains mainly: red. Hex color #B3389C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3389C is #4CC763. Grayscale: #676767. Windows color (decimal): -5031780 or 10238131. OLE color: 10238131.
HSL color Cylindrical-coordinate representation of color #B3389C: hue angle of 311.22º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B3389C is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 56 | 156 | - |
| CMYK | 0 | 0.69 | 0.13 | 0.30 |
| HSL | 311.22º | 0.52% | 0.46% | - |
| HSV(B) | 311.22º | 0.69% | 0.7% | - |
| XYZ | 26.01 | 14.81 | 32.94 | - |
| YUV | 104.18 | 157.25 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 56 | 156 | 0 | 0.69 | 0.13 | 0.30 | 311.22 | 0.52 | 0.46 |
| Hex | B3 | 38 | 9C | 0 | 45 | D | 1E | 137 | 34 | 2E |
| Octal | 263 | 70 | 234 | 0 | 105 | 15 | 36 | 467 | 64 | 56 |
| Binary | 10110011 | 111000 | 10011100 | 0 | 1000101 | 1101 | 11110 | 100110111 | 110100 | 101110 |
Color Harmonies of #B3389C
Complementary color
Monochromatic Colors of #B3389C
Black with #B3389C
Text Example
Text Example
White with #B3389C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3389C; }
p { color: rgb(179,56,156); }
H1.HeaderClassName
{
color: #B3389C;
}
.AnyTagClassName
{
color: #B3389C;
}
</style>
background-color css
<style>
a { background-color: #B3389C; }
a { background-color: rgb(179,56,156); }
div.DivClassName
{
background-color: #B3389C;
}
.BgClassName
{
background-color: #B3389C;
}
</style>
border-color css
<style>
span { border-color: #B3389C; }
span { border-color: rgb(179,56,156); }
td.TdClassName
{
border-color: #B3389C;
}
.TagClassName
{
border-color: #B3389C;
}
</style>