Shades of Medium Violet Red #BD208B
Tints of Medium Violet Red #BD208B
RGB
CMYK
RGB Variations
Color information
#BD208B (or 0xBD208B) is known color: Medium Violet Red. HEX triplet: BD, 20 and 8B. RGB value is (189,32,139). Sum of RGB (Red+Green+Blue) = 189+32+139=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 32 (12.89% from 255 or 8.89% from 360); Blue value is 139 (54.69% from 255 or 38.61% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD208B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD208B is #42DF74. Grayscale: #5A5A5A. Windows color (decimal): -4382581 or 9117885. OLE color: 9117885.
HSL color Cylindrical-coordinate representation of color #BD208B: hue angle of 319.11º 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 #BD208B is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 32 | 139 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.26 |
| HSL | 319.11º | 0.71% | 0.43% | - |
| HSV(B) | 319.11º | 0.83% | 0.74% | - |
| XYZ | 26.16 | 13.72 | 25.69 | - |
| YUV | 91.14 | 155.01 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 32 | 139 | 0 | 0.83 | 0.26 | 0.26 | 319.11 | 0.71 | 0.43 |
| Hex | BD | 20 | 8B | 0 | 53 | 1A | 1A | 13F | 47 | 2B |
| Octal | 275 | 40 | 213 | 0 | 123 | 32 | 32 | 477 | 107 | 53 |
| Binary | 10111101 | 100000 | 10001011 | 0 | 1010011 | 11010 | 11010 | 100111111 | 1000111 | 101011 |
Color Harmonies of #BD208B
Complementary color
Monochromatic Colors of #BD208B
Black with #BD208B
Text Example
Text Example
White with #BD208B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD208B; }
p { color: rgb(189,32,139); }
H1.HeaderClassName
{
color: #BD208B;
}
.AnyTagClassName
{
color: #BD208B;
}
</style>
background-color css
<style>
a { background-color: #BD208B; }
a { background-color: rgb(189,32,139); }
div.DivClassName
{
background-color: #BD208B;
}
.BgClassName
{
background-color: #BD208B;
}
</style>
border-color css
<style>
span { border-color: #BD208B; }
span { border-color: rgb(189,32,139); }
td.TdClassName
{
border-color: #BD208B;
}
.TagClassName
{
border-color: #BD208B;
}
</style>