Shades of Medium Red Violet #B3389A
Tints of Medium Red Violet #B3389A
RGB
CMYK
RGB Variations
Color information
#B3389A (or 0xB3389A) is known color: Medium Red Violet. HEX triplet: B3, 38 and 9A. RGB value is (179,56,154). Sum of RGB (Red+Green+Blue) = 179+56+154=389 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.02% from 389); Green value is 56 (22.27% from 255 or 14.40% from 389); Blue value is 154 (60.55% from 255 or 39.59% from 389); Max value from RGB is 179 - color contains mainly: red. Hex color #B3389A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3389A is #4CC765. Grayscale: #676767. Windows color (decimal): -5031782 or 10107059. OLE color: 10107059.
HSL color Cylindrical-coordinate representation of color #B3389A: hue angle of 312.2º 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 #B3389A is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 56 | 154 | - |
| CMYK | 0 | 0.69 | 0.14 | 0.30 |
| HSL | 312.2º | 0.52% | 0.46% | - |
| HSV(B) | 312.2º | 0.69% | 0.7% | - |
| XYZ | 25.84 | 14.75 | 32.06 | - |
| YUV | 103.95 | 156.25 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 56 | 154 | 0 | 0.69 | 0.14 | 0.30 | 312.2 | 0.52 | 0.46 |
| Hex | B3 | 38 | 9A | 0 | 45 | E | 1E | 138 | 34 | 2E |
| Octal | 263 | 70 | 232 | 0 | 105 | 16 | 36 | 470 | 64 | 56 |
| Binary | 10110011 | 111000 | 10011010 | 0 | 1000101 | 1110 | 11110 | 100111000 | 110100 | 101110 |
Color Harmonies of #B3389A
Complementary color
Monochromatic Colors of #B3389A
Black with #B3389A
Text Example
Text Example
White with #B3389A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3389A; }
p { color: rgb(179,56,154); }
H1.HeaderClassName
{
color: #B3389A;
}
.AnyTagClassName
{
color: #B3389A;
}
</style>
background-color css
<style>
a { background-color: #B3389A; }
a { background-color: rgb(179,56,154); }
div.DivClassName
{
background-color: #B3389A;
}
.BgClassName
{
background-color: #B3389A;
}
</style>
border-color css
<style>
span { border-color: #B3389A; }
span { border-color: rgb(179,56,154); }
td.TdClassName
{
border-color: #B3389A;
}
.TagClassName
{
border-color: #B3389A;
}
</style>