Shades of Medium Violet Red #BD206C
Tints of Medium Violet Red #BD206C
RGB
CMYK
RGB Variations
Color information
#BD206C (or 0xBD206C) is known color: Medium Violet Red. HEX triplet: BD, 20 and 6C. RGB value is (189,32,108). Sum of RGB (Red+Green+Blue) = 189+32+108=329 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.45% from 329); Green value is 32 (12.89% from 255 or 9.73% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 189 - color contains mainly: red. Hex color #BD206C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD206C is #42DF93. Grayscale: #575757. Windows color (decimal): -4382612 or 7086269. OLE color: 7086269.
HSL color Cylindrical-coordinate representation of color #BD206C: hue angle of 330.96º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD206C is Cyan = 0, Magento = 0.83, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 32 | 108 | - |
| CMYK | 0 | 0.83 | 0.43 | 0.26 |
| HSL | 330.96º | 0.71% | 0.43% | - |
| HSV(B) | 330.96º | 0.83% | 0.74% | - |
| XYZ | 24.21 | 12.93 | 15.41 | - |
| YUV | 87.61 | 139.51 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 32 | 108 | 0 | 0.83 | 0.43 | 0.26 | 330.96 | 0.71 | 0.43 |
| Hex | BD | 20 | 6C | 0 | 53 | 2B | 1A | 14B | 47 | 2B |
| Octal | 275 | 40 | 154 | 0 | 123 | 53 | 32 | 513 | 107 | 53 |
| Binary | 10111101 | 100000 | 1101100 | 0 | 1010011 | 101011 | 11010 | 101001011 | 1000111 | 101011 |
Color Harmonies of #BD206C
Complementary color
Monochromatic Colors of #BD206C
Black with #BD206C
Text Example
Text Example
White with #BD206C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD206C; }
p { color: rgb(189,32,108); }
H1.HeaderClassName
{
color: #BD206C;
}
.AnyTagClassName
{
color: #BD206C;
}
</style>
background-color css
<style>
a { background-color: #BD206C; }
a { background-color: rgb(189,32,108); }
div.DivClassName
{
background-color: #BD206C;
}
.BgClassName
{
background-color: #BD206C;
}
</style>
border-color css
<style>
span { border-color: #BD206C; }
span { border-color: rgb(189,32,108); }
td.TdClassName
{
border-color: #BD206C;
}
.TagClassName
{
border-color: #BD206C;
}
</style>