Shades of Medium Red Violet #B4389D
Tints of Medium Red Violet #B4389D
RGB
CMYK
RGB Variations
Color information
#B4389D (or 0xB4389D) is known color: Medium Red Violet. HEX triplet: B4, 38 and 9D. RGB value is (180,56,157). Sum of RGB (Red+Green+Blue) = 180+56+157=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 56 (22.27% from 255 or 14.25% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 180 - color contains mainly: red. Hex color #B4389D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4389D is #4BC762. Grayscale: #686868. Windows color (decimal): -4966243 or 10303668. OLE color: 10303668.
HSL color Cylindrical-coordinate representation of color #B4389D: hue angle of 311.13º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B4389D is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 56 | 157 | - |
| CMYK | 0 | 0.69 | 0.13 | 0.29 |
| HSL | 311.13º | 0.53% | 0.46% | - |
| HSV(B) | 311.13º | 0.69% | 0.71% | - |
| XYZ | 26.32 | 14.97 | 33.4 | - |
| YUV | 104.59 | 157.58 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 56 | 157 | 0 | 0.69 | 0.13 | 0.29 | 311.13 | 0.53 | 0.46 |
| Hex | B4 | 38 | 9D | 0 | 45 | D | 1D | 137 | 35 | 2E |
| Octal | 264 | 70 | 235 | 0 | 105 | 15 | 35 | 467 | 65 | 56 |
| Binary | 10110100 | 111000 | 10011101 | 0 | 1000101 | 1101 | 11101 | 100110111 | 110101 | 101110 |
Color Harmonies of #B4389D
Complementary color
Monochromatic Colors of #B4389D
Black with #B4389D
Text Example
Text Example
White with #B4389D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4389D; }
p { color: rgb(180,56,157); }
H1.HeaderClassName
{
color: #B4389D;
}
.AnyTagClassName
{
color: #B4389D;
}
</style>
background-color css
<style>
a { background-color: #B4389D; }
a { background-color: rgb(180,56,157); }
div.DivClassName
{
background-color: #B4389D;
}
.BgClassName
{
background-color: #B4389D;
}
</style>
border-color css
<style>
span { border-color: #B4389D; }
span { border-color: rgb(180,56,157); }
td.TdClassName
{
border-color: #B4389D;
}
.TagClassName
{
border-color: #B4389D;
}
</style>