Shades of Medium Violet Red #B8208C
Tints of Medium Violet Red #B8208C
RGB
CMYK
RGB Variations
Color information
#B8208C (or 0xB8208C) is known color: Medium Violet Red. HEX triplet: B8, 20 and 8C. RGB value is (184,32,140). Sum of RGB (Red+Green+Blue) = 184+32+140=356 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.69% from 356); Green value is 32 (12.89% from 255 or 8.99% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 184 - color contains mainly: red. Hex color #B8208C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8208C is #47DF73. Grayscale: #595959. Windows color (decimal): -4710260 or 9183416. OLE color: 9183416.
HSL color Cylindrical-coordinate representation of color #B8208C: hue angle of 317.37º 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 #B8208C is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 32 | 140 | - |
| CMYK | 0 | 0.83 | 0.24 | 0.28 |
| HSL | 317.37º | 0.7% | 0.42% | - |
| HSV(B) | 317.37º | 0.83% | 0.72% | - |
| XYZ | 25.02 | 13.12 | 26.02 | - |
| YUV | 89.76 | 156.36 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 32 | 140 | 0 | 0.83 | 0.24 | 0.28 | 317.37 | 0.7 | 0.42 |
| Hex | B8 | 20 | 8C | 0 | 53 | 18 | 1C | 13D | 46 | 2A |
| Octal | 270 | 40 | 214 | 0 | 123 | 30 | 34 | 475 | 106 | 52 |
| Binary | 10111000 | 100000 | 10001100 | 0 | 1010011 | 11000 | 11100 | 100111101 | 1000110 | 101010 |
Color Harmonies of #B8208C
Complementary color
Monochromatic Colors of #B8208C
Black with #B8208C
Text Example
Text Example
White with #B8208C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8208C; }
p { color: rgb(184,32,140); }
H1.HeaderClassName
{
color: #B8208C;
}
.AnyTagClassName
{
color: #B8208C;
}
</style>
background-color css
<style>
a { background-color: #B8208C; }
a { background-color: rgb(184,32,140); }
div.DivClassName
{
background-color: #B8208C;
}
.BgClassName
{
background-color: #B8208C;
}
</style>
border-color css
<style>
span { border-color: #B8208C; }
span { border-color: rgb(184,32,140); }
td.TdClassName
{
border-color: #B8208C;
}
.TagClassName
{
border-color: #B8208C;
}
</style>