Shades of Medium Red Violet #B8398D
Tints of Medium Red Violet #B8398D
RGB
CMYK
RGB Variations
Color information
#B8398D (or 0xB8398D) is known color: Medium Red Violet. HEX triplet: B8, 39 and 8D. RGB value is (184,57,141). Sum of RGB (Red+Green+Blue) = 184+57+141=382 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.17% from 382); Green value is 57 (22.66% from 255 or 14.92% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 184 - color contains mainly: red. Hex color #B8398D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8398D is #47C672. Grayscale: #686868. Windows color (decimal): -4703859 or 9255352. OLE color: 9255352.
HSL color Cylindrical-coordinate representation of color #B8398D: hue angle of 320.31º 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 #B8398D is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 57 | 141 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.28 |
| HSL | 320.32º | 0.53% | 0.47% | - |
| HSV(B) | 320.32º | 0.69% | 0.72% | - |
| XYZ | 26.04 | 15.04 | 26.73 | - |
| YUV | 104.55 | 148.58 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 57 | 141 | 0 | 0.69 | 0.23 | 0.28 | 320.32 | 0.53 | 0.47 |
| Hex | B8 | 39 | 8D | 0 | 45 | 17 | 1C | 140 | 35 | 2F |
| Octal | 270 | 71 | 215 | 0 | 105 | 27 | 34 | 500 | 65 | 57 |
| Binary | 10111000 | 111001 | 10001101 | 0 | 1000101 | 10111 | 11100 | 101000000 | 110101 | 101111 |
Color Harmonies of #B8398D
Complementary color
Monochromatic Colors of #B8398D
Black with #B8398D
Text Example
Text Example
White with #B8398D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8398D; }
p { color: rgb(184,57,141); }
H1.HeaderClassName
{
color: #B8398D;
}
.AnyTagClassName
{
color: #B8398D;
}
</style>
background-color css
<style>
a { background-color: #B8398D; }
a { background-color: rgb(184,57,141); }
div.DivClassName
{
background-color: #B8398D;
}
.BgClassName
{
background-color: #B8398D;
}
</style>
border-color css
<style>
span { border-color: #B8398D; }
span { border-color: rgb(184,57,141); }
td.TdClassName
{
border-color: #B8398D;
}
.TagClassName
{
border-color: #B8398D;
}
</style>