Shades of Medium Red Violet #B4397C
Tints of Medium Red Violet #B4397C
RGB
CMYK
RGB Variations
Color information
#B4397C (or 0xB4397C) is known color: Medium Red Violet. HEX triplet: B4, 39 and 7C. RGB value is (180,57,124). Sum of RGB (Red+Green+Blue) = 180+57+124=361 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.86% from 361); Green value is 57 (22.66% from 255 or 15.79% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 180 - color contains mainly: red. Hex color #B4397C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4397C is #4BC683. Grayscale: #656565. Windows color (decimal): -4966020 or 8141236. OLE color: 8141236.
HSL color Cylindrical-coordinate representation of color #B4397C: hue angle of 327.32º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B4397C is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 57 | 124 | - |
| CMYK | 0 | 0.68 | 0.31 | 0.29 |
| HSL | 327.32º | 0.52% | 0.46% | - |
| HSV(B) | 327.32º | 0.68% | 0.71% | - |
| XYZ | 23.92 | 14.08 | 20.53 | - |
| YUV | 101.42 | 140.75 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 57 | 124 | 0 | 0.68 | 0.31 | 0.29 | 327.32 | 0.52 | 0.46 |
| Hex | B4 | 39 | 7C | 0 | 44 | 1F | 1D | 147 | 34 | 2E |
| Octal | 264 | 71 | 174 | 0 | 104 | 37 | 35 | 507 | 64 | 56 |
| Binary | 10110100 | 111001 | 1111100 | 0 | 1000100 | 11111 | 11101 | 101000111 | 110100 | 101110 |
Color Harmonies of #B4397C
Complementary color
Monochromatic Colors of #B4397C
Black with #B4397C
Text Example
Text Example
White with #B4397C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4397C; }
p { color: rgb(180,57,124); }
H1.HeaderClassName
{
color: #B4397C;
}
.AnyTagClassName
{
color: #B4397C;
}
</style>
background-color css
<style>
a { background-color: #B4397C; }
a { background-color: rgb(180,57,124); }
div.DivClassName
{
background-color: #B4397C;
}
.BgClassName
{
background-color: #B4397C;
}
</style>
border-color css
<style>
span { border-color: #B4397C; }
span { border-color: rgb(180,57,124); }
td.TdClassName
{
border-color: #B4397C;
}
.TagClassName
{
border-color: #B4397C;
}
</style>