Shades of Medium Violet Red #BD209B
Tints of Medium Violet Red #BD209B
RGB
CMYK
RGB Variations
Color information
#BD209B (or 0xBD209B) is known color: Medium Violet Red. HEX triplet: BD, 20 and 9B. RGB value is (189,32,155). Sum of RGB (Red+Green+Blue) = 189+32+155=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 32 (12.89% from 255 or 8.51% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BD209B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD209B is #42DF64. Grayscale: #5C5C5C. Windows color (decimal): -4382565 or 10166461. OLE color: 10166461.
HSL color Cylindrical-coordinate representation of color #BD209B: hue angle of 312.99º 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 #BD209B is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 32 | 155 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.26 |
| HSL | 312.99º | 0.71% | 0.43% | - |
| HSV(B) | 312.99º | 0.83% | 0.74% | - |
| XYZ | 27.42 | 14.22 | 32.31 | - |
| YUV | 92.97 | 163.01 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 32 | 155 | 0 | 0.83 | 0.18 | 0.26 | 312.99 | 0.71 | 0.43 |
| Hex | BD | 20 | 9B | 0 | 53 | 12 | 1A | 139 | 47 | 2B |
| Octal | 275 | 40 | 233 | 0 | 123 | 22 | 32 | 471 | 107 | 53 |
| Binary | 10111101 | 100000 | 10011011 | 0 | 1010011 | 10010 | 11010 | 100111001 | 1000111 | 101011 |
Color Harmonies of #BD209B
Complementary color
Monochromatic Colors of #BD209B
Black with #BD209B
Text Example
Text Example
White with #BD209B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD209B; }
p { color: rgb(189,32,155); }
H1.HeaderClassName
{
color: #BD209B;
}
.AnyTagClassName
{
color: #BD209B;
}
</style>
background-color css
<style>
a { background-color: #BD209B; }
a { background-color: rgb(189,32,155); }
div.DivClassName
{
background-color: #BD209B;
}
.BgClassName
{
background-color: #BD209B;
}
</style>
border-color css
<style>
span { border-color: #BD209B; }
span { border-color: rgb(189,32,155); }
td.TdClassName
{
border-color: #BD209B;
}
.TagClassName
{
border-color: #BD209B;
}
</style>