Shades of Medium Red Violet #B8398E
Tints of Medium Red Violet #B8398E
RGB
CMYK
RGB Variations
Color information
#B8398E (or 0xB8398E) is known color: Medium Red Violet. HEX triplet: B8, 39 and 8E. RGB value is (184,57,142). Sum of RGB (Red+Green+Blue) = 184+57+142=383 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.04% from 383); Green value is 57 (22.66% from 255 or 14.88% from 383); Blue value is 142 (55.86% from 255 or 37.08% from 383); Max value from RGB is 184 - color contains mainly: red. Hex color #B8398E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8398E is #47C671. Grayscale: #686868. Windows color (decimal): -4703858 or 9320888. OLE color: 9320888.
HSL color Cylindrical-coordinate representation of color #B8398E: hue angle of 319.84º 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 #B8398E is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 57 | 142 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.28 |
| HSL | 319.84º | 0.53% | 0.47% | - |
| HSV(B) | 319.84º | 0.69% | 0.72% | - |
| XYZ | 26.11 | 15.07 | 27.12 | - |
| YUV | 104.66 | 149.08 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 57 | 142 | 0 | 0.69 | 0.23 | 0.28 | 319.84 | 0.53 | 0.47 |
| Hex | B8 | 39 | 8E | 0 | 45 | 17 | 1C | 140 | 35 | 2F |
| Octal | 270 | 71 | 216 | 0 | 105 | 27 | 34 | 500 | 65 | 57 |
| Binary | 10111000 | 111001 | 10001110 | 0 | 1000101 | 10111 | 11100 | 101000000 | 110101 | 101111 |
Color Harmonies of #B8398E
Complementary color
Monochromatic Colors of #B8398E
Black with #B8398E
Text Example
Text Example
White with #B8398E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8398E; }
p { color: rgb(184,57,142); }
H1.HeaderClassName
{
color: #B8398E;
}
.AnyTagClassName
{
color: #B8398E;
}
</style>
background-color css
<style>
a { background-color: #B8398E; }
a { background-color: rgb(184,57,142); }
div.DivClassName
{
background-color: #B8398E;
}
.BgClassName
{
background-color: #B8398E;
}
</style>
border-color css
<style>
span { border-color: #B8398E; }
span { border-color: rgb(184,57,142); }
td.TdClassName
{
border-color: #B8398E;
}
.TagClassName
{
border-color: #B8398E;
}
</style>