Shades of Medium Red Violet #B7389D
Tints of Medium Red Violet #B7389D
RGB
CMYK
RGB Variations
Color information
#B7389D (or 0xB7389D) is known color: Medium Red Violet. HEX triplet: B7, 38 and 9D. RGB value is (183,56,157). Sum of RGB (Red+Green+Blue) = 183+56+157=396 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.21% from 396); Green value is 56 (22.27% from 255 or 14.14% from 396); Blue value is 157 (61.72% from 255 or 39.65% from 396); Max value from RGB is 183 - color contains mainly: red. Hex color #B7389D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7389D is #48C762. Grayscale: #696969. Windows color (decimal): -4769635 or 10303671. OLE color: 10303671.
HSL color Cylindrical-coordinate representation of color #B7389D: hue angle of 312.28º 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 #B7389D is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 56 | 157 | - |
| CMYK | 0 | 0.69 | 0.14 | 0.28 |
| HSL | 312.28º | 0.53% | 0.47% | - |
| HSV(B) | 312.28º | 0.69% | 0.72% | - |
| XYZ | 27.03 | 15.33 | 33.43 | - |
| YUV | 105.49 | 157.08 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 56 | 157 | 0 | 0.69 | 0.14 | 0.28 | 312.28 | 0.53 | 0.47 |
| Hex | B7 | 38 | 9D | 0 | 45 | E | 1C | 138 | 35 | 2F |
| Octal | 267 | 70 | 235 | 0 | 105 | 16 | 34 | 470 | 65 | 57 |
| Binary | 10110111 | 111000 | 10011101 | 0 | 1000101 | 1110 | 11100 | 100111000 | 110101 | 101111 |
Color Harmonies of #B7389D
Complementary color
Monochromatic Colors of #B7389D
Black with #B7389D
Text Example
Text Example
White with #B7389D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7389D; }
p { color: rgb(183,56,157); }
H1.HeaderClassName
{
color: #B7389D;
}
.AnyTagClassName
{
color: #B7389D;
}
</style>
background-color css
<style>
a { background-color: #B7389D; }
a { background-color: rgb(183,56,157); }
div.DivClassName
{
background-color: #B7389D;
}
.BgClassName
{
background-color: #B7389D;
}
</style>
border-color css
<style>
span { border-color: #B7389D; }
span { border-color: rgb(183,56,157); }
td.TdClassName
{
border-color: #B7389D;
}
.TagClassName
{
border-color: #B7389D;
}
</style>