Shades of Medium Violet Red #BD209C
Tints of Medium Violet Red #BD209C
RGB
CMYK
RGB Variations
Color information
#BD209C (or 0xBD209C) is known color: Medium Violet Red. HEX triplet: BD, 20 and 9C. RGB value is (189,32,156). Sum of RGB (Red+Green+Blue) = 189+32+156=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 32 (12.89% from 255 or 8.49% from 377); Blue value is 156 (61.33% from 255 or 41.38% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BD209C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD209C is #42DF63. Grayscale: #5C5C5C. Windows color (decimal): -4382564 or 10231997. OLE color: 10231997.
HSL color Cylindrical-coordinate representation of color #BD209C: hue angle of 312.61º 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 #BD209C is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 32 | 156 | - |
| CMYK | 0 | 0.83 | 0.17 | 0.26 |
| HSL | 312.61º | 0.71% | 0.43% | - |
| HSV(B) | 312.61º | 0.83% | 0.74% | - |
| XYZ | 27.5 | 14.25 | 32.75 | - |
| YUV | 93.08 | 163.51 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 32 | 156 | 0 | 0.83 | 0.17 | 0.26 | 312.61 | 0.71 | 0.43 |
| Hex | BD | 20 | 9C | 0 | 53 | 11 | 1A | 139 | 47 | 2B |
| Octal | 275 | 40 | 234 | 0 | 123 | 21 | 32 | 471 | 107 | 53 |
| Binary | 10111101 | 100000 | 10011100 | 0 | 1010011 | 10001 | 11010 | 100111001 | 1000111 | 101011 |
Color Harmonies of #BD209C
Complementary color
Monochromatic Colors of #BD209C
Black with #BD209C
Text Example
Text Example
White with #BD209C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD209C; }
p { color: rgb(189,32,156); }
H1.HeaderClassName
{
color: #BD209C;
}
.AnyTagClassName
{
color: #BD209C;
}
</style>
background-color css
<style>
a { background-color: #BD209C; }
a { background-color: rgb(189,32,156); }
div.DivClassName
{
background-color: #BD209C;
}
.BgClassName
{
background-color: #BD209C;
}
</style>
border-color css
<style>
span { border-color: #BD209C; }
span { border-color: rgb(189,32,156); }
td.TdClassName
{
border-color: #BD209C;
}
.TagClassName
{
border-color: #BD209C;
}
</style>