Shades of Medium Red Violet #B7398C
Tints of Medium Red Violet #B7398C
RGB
CMYK
RGB Variations
Color information
#B7398C (or 0xB7398C) is known color: Medium Red Violet. HEX triplet: B7, 39 and 8C. RGB value is (183,57,140). Sum of RGB (Red+Green+Blue) = 183+57+140=380 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.16% from 380); Green value is 57 (22.66% from 255 or 15% from 380); Blue value is 140 (55.08% from 255 or 36.84% from 380); Max value from RGB is 183 - color contains mainly: red. Hex color #B7398C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7398C is #48C673. Grayscale: #676767. Windows color (decimal): -4769396 or 9189815. OLE color: 9189815.
HSL color Cylindrical-coordinate representation of color #B7398C: hue angle of 320.48º degrees, saturation: 0.52, 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 #B7398C is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 57 | 140 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.28 |
| HSL | 320.48º | 0.53% | 0.47% | - |
| HSV(B) | 320.48º | 0.69% | 0.72% | - |
| XYZ | 25.73 | 14.89 | 26.33 | - |
| YUV | 104.14 | 148.24 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 57 | 140 | 0 | 0.69 | 0.23 | 0.28 | 320.48 | 0.53 | 0.47 |
| Hex | B7 | 39 | 8C | 0 | 45 | 17 | 1C | 140 | 34 | 2F |
| Octal | 267 | 71 | 214 | 0 | 105 | 27 | 34 | 500 | 64 | 57 |
| Binary | 10110111 | 111001 | 10001100 | 0 | 1000101 | 10111 | 11100 | 101000000 | 110100 | 101111 |
Color Harmonies of #B7398C
Complementary color
Monochromatic Colors of #B7398C
Black with #B7398C
Text Example
Text Example
White with #B7398C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7398C; }
p { color: rgb(183,57,140); }
H1.HeaderClassName
{
color: #B7398C;
}
.AnyTagClassName
{
color: #B7398C;
}
</style>
background-color css
<style>
a { background-color: #B7398C; }
a { background-color: rgb(183,57,140); }
div.DivClassName
{
background-color: #B7398C;
}
.BgClassName
{
background-color: #B7398C;
}
</style>
border-color css
<style>
span { border-color: #B7398C; }
span { border-color: rgb(183,57,140); }
td.TdClassName
{
border-color: #B7398C;
}
.TagClassName
{
border-color: #B7398C;
}
</style>