Shades of Medium Violet Red #BD206B
Tints of Medium Violet Red #BD206B
RGB
CMYK
RGB Variations
Color information
#BD206B (or 0xBD206B) is known color: Medium Violet Red. HEX triplet: BD, 20 and 6B. RGB value is (189,32,107). Sum of RGB (Red+Green+Blue) = 189+32+107=328 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.62% from 328); Green value is 32 (12.89% from 255 or 9.76% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 189 - color contains mainly: red. Hex color #BD206B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD206B is #42DF94. Grayscale: #575757. Windows color (decimal): -4382613 or 7020733. OLE color: 7020733.
HSL color Cylindrical-coordinate representation of color #BD206B: hue angle of 331.34º 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 #BD206B is Cyan = 0, Magento = 0.83, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 32 | 107 | - |
| CMYK | 0 | 0.83 | 0.43 | 0.26 |
| HSL | 331.34º | 0.71% | 0.43% | - |
| HSV(B) | 331.34º | 0.83% | 0.74% | - |
| XYZ | 24.16 | 12.91 | 15.13 | - |
| YUV | 87.49 | 139.01 | 200.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 32 | 107 | 0 | 0.83 | 0.43 | 0.26 | 331.34 | 0.71 | 0.43 |
| Hex | BD | 20 | 6B | 0 | 53 | 2B | 1A | 14B | 47 | 2B |
| Octal | 275 | 40 | 153 | 0 | 123 | 53 | 32 | 513 | 107 | 53 |
| Binary | 10111101 | 100000 | 1101011 | 0 | 1010011 | 101011 | 11010 | 101001011 | 1000111 | 101011 |
Color Harmonies of #BD206B
Complementary color
Monochromatic Colors of #BD206B
Black with #BD206B
Text Example
Text Example
White with #BD206B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD206B; }
p { color: rgb(189,32,107); }
H1.HeaderClassName
{
color: #BD206B;
}
.AnyTagClassName
{
color: #BD206B;
}
</style>
background-color css
<style>
a { background-color: #BD206B; }
a { background-color: rgb(189,32,107); }
div.DivClassName
{
background-color: #BD206B;
}
.BgClassName
{
background-color: #BD206B;
}
</style>
border-color css
<style>
span { border-color: #BD206B; }
span { border-color: rgb(189,32,107); }
td.TdClassName
{
border-color: #BD206B;
}
.TagClassName
{
border-color: #BD206B;
}
</style>