Shades of Medium Violet Red #BD207D
Tints of Medium Violet Red #BD207D
RGB
CMYK
RGB Variations
Color information
#BD207D (or 0xBD207D) is known color: Medium Violet Red. HEX triplet: BD, 20 and 7D. RGB value is (189,32,125). Sum of RGB (Red+Green+Blue) = 189+32+125=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 32 (12.89% from 255 or 9.25% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD207D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD207D is #42DF82. Grayscale: #595959. Windows color (decimal): -4382595 or 8200381. OLE color: 8200381.
HSL color Cylindrical-coordinate representation of color #BD207D: hue angle of 324.46º 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 #BD207D is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 32 | 125 | - |
| CMYK | 0 | 0.83 | 0.34 | 0.26 |
| HSL | 324.46º | 0.71% | 0.43% | - |
| HSV(B) | 324.46º | 0.83% | 0.74% | - |
| XYZ | 25.2 | 13.33 | 20.65 | - |
| YUV | 89.55 | 148.01 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 32 | 125 | 0 | 0.83 | 0.34 | 0.26 | 324.46 | 0.71 | 0.43 |
| Hex | BD | 20 | 7D | 0 | 53 | 22 | 1A | 144 | 47 | 2B |
| Octal | 275 | 40 | 175 | 0 | 123 | 42 | 32 | 504 | 107 | 53 |
| Binary | 10111101 | 100000 | 1111101 | 0 | 1010011 | 100010 | 11010 | 101000100 | 1000111 | 101011 |
Color Harmonies of #BD207D
Complementary color
Monochromatic Colors of #BD207D
Black with #BD207D
Text Example
Text Example
White with #BD207D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD207D; }
p { color: rgb(189,32,125); }
H1.HeaderClassName
{
color: #BD207D;
}
.AnyTagClassName
{
color: #BD207D;
}
</style>
background-color css
<style>
a { background-color: #BD207D; }
a { background-color: rgb(189,32,125); }
div.DivClassName
{
background-color: #BD207D;
}
.BgClassName
{
background-color: #BD207D;
}
</style>
border-color css
<style>
span { border-color: #BD207D; }
span { border-color: rgb(189,32,125); }
td.TdClassName
{
border-color: #BD207D;
}
.TagClassName
{
border-color: #BD207D;
}
</style>