Shades of Medium Violet Red #BD206E
Tints of Medium Violet Red #BD206E
RGB
CMYK
RGB Variations
Color information
#BD206E (or 0xBD206E) is known color: Medium Violet Red. HEX triplet: BD, 20 and 6E. RGB value is (189,32,110). Sum of RGB (Red+Green+Blue) = 189+32+110=331 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.10% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 189 - color contains mainly: red. Hex color #BD206E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD206E is #42DF91. Grayscale: #575757. Windows color (decimal): -4382610 or 7217341. OLE color: 7217341.
HSL color Cylindrical-coordinate representation of color #BD206E: hue angle of 330.19º 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 #BD206E is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 32 | 110 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.26 |
| HSL | 330.19º | 0.71% | 0.43% | - |
| HSV(B) | 330.19º | 0.83% | 0.74% | - |
| XYZ | 24.32 | 12.98 | 15.98 | - |
| YUV | 87.84 | 140.51 | 200.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 32 | 110 | 0 | 0.83 | 0.42 | 0.26 | 330.19 | 0.71 | 0.43 |
| Hex | BD | 20 | 6E | 0 | 53 | 2A | 1A | 14A | 47 | 2B |
| Octal | 275 | 40 | 156 | 0 | 123 | 52 | 32 | 512 | 107 | 53 |
| Binary | 10111101 | 100000 | 1101110 | 0 | 1010011 | 101010 | 11010 | 101001010 | 1000111 | 101011 |
Color Harmonies of #BD206E
Complementary color
Monochromatic Colors of #BD206E
Black with #BD206E
Text Example
Text Example
White with #BD206E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD206E; }
p { color: rgb(189,32,110); }
H1.HeaderClassName
{
color: #BD206E;
}
.AnyTagClassName
{
color: #BD206E;
}
</style>
background-color css
<style>
a { background-color: #BD206E; }
a { background-color: rgb(189,32,110); }
div.DivClassName
{
background-color: #BD206E;
}
.BgClassName
{
background-color: #BD206E;
}
</style>
border-color css
<style>
span { border-color: #BD206E; }
span { border-color: rgb(189,32,110); }
td.TdClassName
{
border-color: #BD206E;
}
.TagClassName
{
border-color: #BD206E;
}
</style>