Shades of Medium Violet Red #B6208C
Tints of Medium Violet Red #B6208C
RGB
CMYK
RGB Variations
Color information
#B6208C (or 0xB6208C) is known color: Medium Violet Red. HEX triplet: B6, 20 and 8C. RGB value is (182,32,140). Sum of RGB (Red+Green+Blue) = 182+32+140=354 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.41% from 354); Green value is 32 (12.89% from 255 or 9.04% from 354); Blue value is 140 (55.08% from 255 or 39.55% from 354); Max value from RGB is 182 - color contains mainly: red. Hex color #B6208C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6208C is #49DF73. Grayscale: #585858. Windows color (decimal): -4841332 or 9183414. OLE color: 9183414.
HSL color Cylindrical-coordinate representation of color #B6208C: hue angle of 316.8º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B6208C is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 32 | 140 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.29 |
| HSL | 316.8º | 0.7% | 0.42% | - |
| HSV(B) | 316.8º | 0.82% | 0.71% | - |
| XYZ | 24.54 | 12.87 | 26 | - |
| YUV | 89.16 | 156.7 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 32 | 140 | 0 | 0.82 | 0.23 | 0.29 | 316.8 | 0.7 | 0.42 |
| Hex | B6 | 20 | 8C | 0 | 52 | 17 | 1D | 13D | 46 | 2A |
| Octal | 266 | 40 | 214 | 0 | 122 | 27 | 35 | 475 | 106 | 52 |
| Binary | 10110110 | 100000 | 10001100 | 0 | 1010010 | 10111 | 11101 | 100111101 | 1000110 | 101010 |
Color Harmonies of #B6208C
Complementary color
Monochromatic Colors of #B6208C
Black with #B6208C
Text Example
Text Example
White with #B6208C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6208C; }
p { color: rgb(182,32,140); }
H1.HeaderClassName
{
color: #B6208C;
}
.AnyTagClassName
{
color: #B6208C;
}
</style>
background-color css
<style>
a { background-color: #B6208C; }
a { background-color: rgb(182,32,140); }
div.DivClassName
{
background-color: #B6208C;
}
.BgClassName
{
background-color: #B6208C;
}
</style>
border-color css
<style>
span { border-color: #B6208C; }
span { border-color: rgb(182,32,140); }
td.TdClassName
{
border-color: #B6208C;
}
.TagClassName
{
border-color: #B6208C;
}
</style>