Shades of Medium Violet Red #B8208D
Tints of Medium Violet Red #B8208D
RGB
CMYK
RGB Variations
Color information
#B8208D (or 0xB8208D) is known color: Medium Violet Red. HEX triplet: B8, 20 and 8D. RGB value is (184,32,141). Sum of RGB (Red+Green+Blue) = 184+32+141=357 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.54% from 357); Green value is 32 (12.89% from 255 or 8.96% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 184 - color contains mainly: red. Hex color #B8208D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8208D is #47DF72. Grayscale: #595959. Windows color (decimal): -4710259 or 9248952. OLE color: 9248952.
HSL color Cylindrical-coordinate representation of color #B8208D: hue angle of 316.97º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B8208D is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 32 | 141 | - |
| CMYK | 0 | 0.83 | 0.23 | 0.28 |
| HSL | 316.97º | 0.7% | 0.42% | - |
| HSV(B) | 316.97º | 0.83% | 0.72% | - |
| XYZ | 25.09 | 13.15 | 26.41 | - |
| YUV | 89.87 | 156.86 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 32 | 141 | 0 | 0.83 | 0.23 | 0.28 | 316.97 | 0.7 | 0.42 |
| Hex | B8 | 20 | 8D | 0 | 53 | 17 | 1C | 13D | 46 | 2A |
| Octal | 270 | 40 | 215 | 0 | 123 | 27 | 34 | 475 | 106 | 52 |
| Binary | 10111000 | 100000 | 10001101 | 0 | 1010011 | 10111 | 11100 | 100111101 | 1000110 | 101010 |
Color Harmonies of #B8208D
Complementary color
Monochromatic Colors of #B8208D
Black with #B8208D
Text Example
Text Example
White with #B8208D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8208D; }
p { color: rgb(184,32,141); }
H1.HeaderClassName
{
color: #B8208D;
}
.AnyTagClassName
{
color: #B8208D;
}
</style>
background-color css
<style>
a { background-color: #B8208D; }
a { background-color: rgb(184,32,141); }
div.DivClassName
{
background-color: #B8208D;
}
.BgClassName
{
background-color: #B8208D;
}
</style>
border-color css
<style>
span { border-color: #B8208D; }
span { border-color: rgb(184,32,141); }
td.TdClassName
{
border-color: #B8208D;
}
.TagClassName
{
border-color: #B8208D;
}
</style>