Shades of Medium Red Violet #B8389B
Tints of Medium Red Violet #B8389B
RGB
CMYK
RGB Variations
Color information
#B8389B (or 0xB8389B) is known color: Medium Red Violet. HEX triplet: B8, 38 and 9B. RGB value is (184,56,155). Sum of RGB (Red+Green+Blue) = 184+56+155=395 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.58% from 395); Green value is 56 (22.27% from 255 or 14.18% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 184 - color contains mainly: red. Hex color #B8389B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8389B is #47C764. Grayscale: #696969. Windows color (decimal): -4704101 or 10172600. OLE color: 10172600.
HSL color Cylindrical-coordinate representation of color #B8389B: hue angle of 313.59º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B8389B is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 56 | 155 | - |
| CMYK | 0 | 0.70 | 0.16 | 0.28 |
| HSL | 313.59º | 0.53% | 0.47% | - |
| HSV(B) | 313.59º | 0.7% | 0.72% | - |
| XYZ | 27.1 | 15.39 | 32.55 | - |
| YUV | 105.56 | 155.91 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 56 | 155 | 0 | 0.70 | 0.16 | 0.28 | 313.59 | 0.53 | 0.47 |
| Hex | B8 | 38 | 9B | 0 | 46 | 10 | 1C | 13A | 35 | 2F |
| Octal | 270 | 70 | 233 | 0 | 106 | 20 | 34 | 472 | 65 | 57 |
| Binary | 10111000 | 111000 | 10011011 | 0 | 1000110 | 10000 | 11100 | 100111010 | 110101 | 101111 |
Color Harmonies of #B8389B
Complementary color
Monochromatic Colors of #B8389B
Black with #B8389B
Text Example
Text Example
White with #B8389B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8389B; }
p { color: rgb(184,56,155); }
H1.HeaderClassName
{
color: #B8389B;
}
.AnyTagClassName
{
color: #B8389B;
}
</style>
background-color css
<style>
a { background-color: #B8389B; }
a { background-color: rgb(184,56,155); }
div.DivClassName
{
background-color: #B8389B;
}
.BgClassName
{
background-color: #B8389B;
}
</style>
border-color css
<style>
span { border-color: #B8389B; }
span { border-color: rgb(184,56,155); }
td.TdClassName
{
border-color: #B8389B;
}
.TagClassName
{
border-color: #B8389B;
}
</style>