Shades of Medium Red Violet #B7389C
Tints of Medium Red Violet #B7389C
RGB
CMYK
RGB Variations
Color information
#B7389C (or 0xB7389C) is known color: Medium Red Violet. HEX triplet: B7, 38 and 9C. RGB value is (183,56,156). Sum of RGB (Red+Green+Blue) = 183+56+156=395 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.33% from 395); Green value is 56 (22.27% from 255 or 14.18% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 183 - color contains mainly: red. Hex color #B7389C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7389C is #48C763. Grayscale: #696969. Windows color (decimal): -4769636 or 10238135. OLE color: 10238135.
HSL color Cylindrical-coordinate representation of color #B7389C: hue angle of 312.76º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B7389C is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 56 | 156 | - |
| CMYK | 0 | 0.69 | 0.15 | 0.28 |
| HSL | 312.76º | 0.53% | 0.47% | - |
| HSV(B) | 312.76º | 0.69% | 0.72% | - |
| XYZ | 26.94 | 15.3 | 32.98 | - |
| YUV | 105.37 | 156.58 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 56 | 156 | 0 | 0.69 | 0.15 | 0.28 | 312.76 | 0.53 | 0.47 |
| Hex | B7 | 38 | 9C | 0 | 45 | F | 1C | 139 | 35 | 2F |
| Octal | 267 | 70 | 234 | 0 | 105 | 17 | 34 | 471 | 65 | 57 |
| Binary | 10110111 | 111000 | 10011100 | 0 | 1000101 | 1111 | 11100 | 100111001 | 110101 | 101111 |
Color Harmonies of #B7389C
Complementary color
Monochromatic Colors of #B7389C
Black with #B7389C
Text Example
Text Example
White with #B7389C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7389C; }
p { color: rgb(183,56,156); }
H1.HeaderClassName
{
color: #B7389C;
}
.AnyTagClassName
{
color: #B7389C;
}
</style>
background-color css
<style>
a { background-color: #B7389C; }
a { background-color: rgb(183,56,156); }
div.DivClassName
{
background-color: #B7389C;
}
.BgClassName
{
background-color: #B7389C;
}
</style>
border-color css
<style>
span { border-color: #B7389C; }
span { border-color: rgb(183,56,156); }
td.TdClassName
{
border-color: #B7389C;
}
.TagClassName
{
border-color: #B7389C;
}
</style>