Shades of Medium Violet Red #B8208B
Tints of Medium Violet Red #B8208B
RGB
CMYK
RGB Variations
Color information
#B8208B (or 0xB8208B) is known color: Medium Violet Red. HEX triplet: B8, 20 and 8B. RGB value is (184,32,139). Sum of RGB (Red+Green+Blue) = 184+32+139=355 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.83% from 355); Green value is 32 (12.89% from 255 or 9.01% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 184 - color contains mainly: red. Hex color #B8208B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8208B is #47DF74. Grayscale: #595959. Windows color (decimal): -4710261 or 9117880. OLE color: 9117880.
HSL color Cylindrical-coordinate representation of color #B8208B: hue angle of 317.76º 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 #B8208B is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 32 | 139 | - |
| CMYK | 0 | 0.83 | 0.24 | 0.28 |
| HSL | 317.76º | 0.7% | 0.42% | - |
| HSV(B) | 317.76º | 0.83% | 0.72% | - |
| XYZ | 24.94 | 13.09 | 25.64 | - |
| YUV | 89.65 | 155.86 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 32 | 139 | 0 | 0.83 | 0.24 | 0.28 | 317.76 | 0.7 | 0.42 |
| Hex | B8 | 20 | 8B | 0 | 53 | 18 | 1C | 13E | 46 | 2A |
| Octal | 270 | 40 | 213 | 0 | 123 | 30 | 34 | 476 | 106 | 52 |
| Binary | 10111000 | 100000 | 10001011 | 0 | 1010011 | 11000 | 11100 | 100111110 | 1000110 | 101010 |
Color Harmonies of #B8208B
Complementary color
Monochromatic Colors of #B8208B
Black with #B8208B
Text Example
Text Example
White with #B8208B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8208B; }
p { color: rgb(184,32,139); }
H1.HeaderClassName
{
color: #B8208B;
}
.AnyTagClassName
{
color: #B8208B;
}
</style>
background-color css
<style>
a { background-color: #B8208B; }
a { background-color: rgb(184,32,139); }
div.DivClassName
{
background-color: #B8208B;
}
.BgClassName
{
background-color: #B8208B;
}
</style>
border-color css
<style>
span { border-color: #B8208B; }
span { border-color: rgb(184,32,139); }
td.TdClassName
{
border-color: #B8208B;
}
.TagClassName
{
border-color: #B8208B;
}
</style>