Shades of Medium Violet Red #BD206F
Tints of Medium Violet Red #BD206F
RGB
CMYK
RGB Variations
Color information
#BD206F (or 0xBD206F) is known color: Medium Violet Red. HEX triplet: BD, 20 and 6F. RGB value is (189,32,111). Sum of RGB (Red+Green+Blue) = 189+32+111=332 (43% of max value = 765). Red value is 189 (74.22% from 255 or 56.93% from 332); Green value is 32 (12.89% from 255 or 9.64% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 189 - color contains mainly: red. Hex color #BD206F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD206F is #42DF90. Grayscale: #575757. Windows color (decimal): -4382609 or 7282877. OLE color: 7282877.
HSL color Cylindrical-coordinate representation of color #BD206F: hue angle of 329.81º 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 #BD206F is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 32 | 111 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.26 |
| HSL | 329.81º | 0.71% | 0.43% | - |
| HSV(B) | 329.81º | 0.83% | 0.74% | - |
| XYZ | 24.37 | 13 | 16.26 | - |
| YUV | 87.95 | 141.01 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 32 | 111 | 0 | 0.83 | 0.41 | 0.26 | 329.81 | 0.71 | 0.43 |
| Hex | BD | 20 | 6F | 0 | 53 | 29 | 1A | 14A | 47 | 2B |
| Octal | 275 | 40 | 157 | 0 | 123 | 51 | 32 | 512 | 107 | 53 |
| Binary | 10111101 | 100000 | 1101111 | 0 | 1010011 | 101001 | 11010 | 101001010 | 1000111 | 101011 |
Color Harmonies of #BD206F
Complementary color
Monochromatic Colors of #BD206F
Black with #BD206F
Text Example
Text Example
White with #BD206F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD206F; }
p { color: rgb(189,32,111); }
H1.HeaderClassName
{
color: #BD206F;
}
.AnyTagClassName
{
color: #BD206F;
}
</style>
background-color css
<style>
a { background-color: #BD206F; }
a { background-color: rgb(189,32,111); }
div.DivClassName
{
background-color: #BD206F;
}
.BgClassName
{
background-color: #BD206F;
}
</style>
border-color css
<style>
span { border-color: #BD206F; }
span { border-color: rgb(189,32,111); }
td.TdClassName
{
border-color: #BD206F;
}
.TagClassName
{
border-color: #BD206F;
}
</style>