Shades of Medium Violet Red #B8207C
Tints of Medium Violet Red #B8207C
RGB
CMYK
RGB Variations
Color information
#B8207C (or 0xB8207C) is known color: Medium Violet Red. HEX triplet: B8, 20 and 7C. RGB value is (184,32,124). Sum of RGB (Red+Green+Blue) = 184+32+124=340 (45% of max value = 765). Red value is 184 (72.27% from 255 or 54.12% from 340); Green value is 32 (12.89% from 255 or 9.41% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 184 - color contains mainly: red. Hex color #B8207C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8207C is #47DF83. Grayscale: #575757. Windows color (decimal): -4710276 or 8134840. OLE color: 8134840.
HSL color Cylindrical-coordinate representation of color #B8207C: hue angle of 323.68º 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 #B8207C is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 32 | 124 | - |
| CMYK | 0 | 0.83 | 0.33 | 0.28 |
| HSL | 323.68º | 0.7% | 0.42% | - |
| HSV(B) | 323.68º | 0.83% | 0.72% | - |
| XYZ | 23.92 | 12.68 | 20.26 | - |
| YUV | 87.94 | 148.36 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 32 | 124 | 0 | 0.83 | 0.33 | 0.28 | 323.68 | 0.7 | 0.42 |
| Hex | B8 | 20 | 7C | 0 | 53 | 21 | 1C | 144 | 46 | 2A |
| Octal | 270 | 40 | 174 | 0 | 123 | 41 | 34 | 504 | 106 | 52 |
| Binary | 10111000 | 100000 | 1111100 | 0 | 1010011 | 100001 | 11100 | 101000100 | 1000110 | 101010 |
Color Harmonies of #B8207C
Complementary color
Monochromatic Colors of #B8207C
Black with #B8207C
Text Example
Text Example
White with #B8207C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8207C; }
p { color: rgb(184,32,124); }
H1.HeaderClassName
{
color: #B8207C;
}
.AnyTagClassName
{
color: #B8207C;
}
</style>
background-color css
<style>
a { background-color: #B8207C; }
a { background-color: rgb(184,32,124); }
div.DivClassName
{
background-color: #B8207C;
}
.BgClassName
{
background-color: #B8207C;
}
</style>
border-color css
<style>
span { border-color: #B8207C; }
span { border-color: rgb(184,32,124); }
td.TdClassName
{
border-color: #B8207C;
}
.TagClassName
{
border-color: #B8207C;
}
</style>