Shades of Medium Red Violet #B8399C
Tints of Medium Red Violet #B8399C
RGB
CMYK
RGB Variations
Color information
#B8399C (or 0xB8399C) is known color: Medium Red Violet. HEX triplet: B8, 39 and 9C. RGB value is (184,57,156). Sum of RGB (Red+Green+Blue) = 184+57+156=397 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.35% from 397); Green value is 57 (22.66% from 255 or 14.36% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 184 - color contains mainly: red. Hex color #B8399C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8399C is #47C663. Grayscale: #696969. Windows color (decimal): -4703844 or 10238392. OLE color: 10238392.
HSL color Cylindrical-coordinate representation of color #B8399C: hue angle of 313.23º 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 #B8399C is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 57 | 156 | - |
| CMYK | 0 | 0.69 | 0.15 | 0.28 |
| HSL | 313.23º | 0.53% | 0.47% | - |
| HSV(B) | 313.23º | 0.69% | 0.72% | - |
| XYZ | 27.23 | 15.52 | 33.01 | - |
| YUV | 106.26 | 156.08 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 57 | 156 | 0 | 0.69 | 0.15 | 0.28 | 313.23 | 0.53 | 0.47 |
| Hex | B8 | 39 | 9C | 0 | 45 | F | 1C | 139 | 35 | 2F |
| Octal | 270 | 71 | 234 | 0 | 105 | 17 | 34 | 471 | 65 | 57 |
| Binary | 10111000 | 111001 | 10011100 | 0 | 1000101 | 1111 | 11100 | 100111001 | 110101 | 101111 |
Color Harmonies of #B8399C
Complementary color
Monochromatic Colors of #B8399C
Black with #B8399C
Text Example
Text Example
White with #B8399C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8399C; }
p { color: rgb(184,57,156); }
H1.HeaderClassName
{
color: #B8399C;
}
.AnyTagClassName
{
color: #B8399C;
}
</style>
background-color css
<style>
a { background-color: #B8399C; }
a { background-color: rgb(184,57,156); }
div.DivClassName
{
background-color: #B8399C;
}
.BgClassName
{
background-color: #B8399C;
}
</style>
border-color css
<style>
span { border-color: #B8399C; }
span { border-color: rgb(184,57,156); }
td.TdClassName
{
border-color: #B8399C;
}
.TagClassName
{
border-color: #B8399C;
}
</style>