Shades of Medium Red Violet #B8399B
Tints of Medium Red Violet #B8399B
RGB
CMYK
RGB Variations
Color information
#B8399B (or 0xB8399B) is known color: Medium Red Violet. HEX triplet: B8, 39 and 9B. RGB value is (184,57,155). Sum of RGB (Red+Green+Blue) = 184+57+155=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 57 (22.66% from 255 or 14.39% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 184 - color contains mainly: red. Hex color #B8399B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8399B is #47C664. Grayscale: #696969. Windows color (decimal): -4703845 or 10172856. OLE color: 10172856.
HSL color Cylindrical-coordinate representation of color #B8399B: hue angle of 313.7º 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 #B8399B is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 57 | 155 | - |
| CMYK | 0 | 0.69 | 0.16 | 0.28 |
| HSL | 313.7º | 0.53% | 0.47% | - |
| HSV(B) | 313.7º | 0.69% | 0.72% | - |
| XYZ | 27.15 | 15.48 | 32.57 | - |
| YUV | 106.15 | 155.58 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 57 | 155 | 0 | 0.69 | 0.16 | 0.28 | 313.7 | 0.53 | 0.47 |
| Hex | B8 | 39 | 9B | 0 | 45 | 10 | 1C | 13A | 35 | 2F |
| Octal | 270 | 71 | 233 | 0 | 105 | 20 | 34 | 472 | 65 | 57 |
| Binary | 10111000 | 111001 | 10011011 | 0 | 1000101 | 10000 | 11100 | 100111010 | 110101 | 101111 |
Color Harmonies of #B8399B
Complementary color
Monochromatic Colors of #B8399B
Black with #B8399B
Text Example
Text Example
White with #B8399B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8399B; }
p { color: rgb(184,57,155); }
H1.HeaderClassName
{
color: #B8399B;
}
.AnyTagClassName
{
color: #B8399B;
}
</style>
background-color css
<style>
a { background-color: #B8399B; }
a { background-color: rgb(184,57,155); }
div.DivClassName
{
background-color: #B8399B;
}
.BgClassName
{
background-color: #B8399B;
}
</style>
border-color css
<style>
span { border-color: #B8399B; }
span { border-color: rgb(184,57,155); }
td.TdClassName
{
border-color: #B8399B;
}
.TagClassName
{
border-color: #B8399B;
}
</style>