Shades of Medium Red Violet #BD408C
Tints of Medium Red Violet #BD408C
RGB
CMYK
RGB Variations
Color information
#BD408C (or 0xBD408C) is known color: Medium Red Violet. HEX triplet: BD, 40 and 8C. RGB value is (189,64,140). Sum of RGB (Red+Green+Blue) = 189+64+140=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 64 (25.39% from 255 or 16.28% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BD408C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD408C is #42BF73. Grayscale: #6D6D6D. Windows color (decimal): -4374388 or 9191613. OLE color: 9191613.
HSL color Cylindrical-coordinate representation of color #BD408C: hue angle of 323.52º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD408C is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 64 | 140 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.26 |
| HSL | 323.52º | 0.49% | 0.5% | - |
| HSV(B) | 323.52º | 0.66% | 0.74% | - |
| XYZ | 27.55 | 16.38 | 26.52 | - |
| YUV | 110.04 | 144.91 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 64 | 140 | 0 | 0.66 | 0.26 | 0.26 | 323.52 | 0.49 | 0.5 |
| Hex | BD | 40 | 8C | 0 | 42 | 1A | 1A | 144 | 31 | 32 |
| Octal | 275 | 100 | 214 | 0 | 102 | 32 | 32 | 504 | 61 | 62 |
| Binary | 10111101 | 1000000 | 10001100 | 0 | 1000010 | 11010 | 11010 | 101000100 | 110001 | 110010 |
Color Harmonies of #BD408C
Complementary color
Monochromatic Colors of #BD408C
Black with #BD408C
Text Example
Text Example
White with #BD408C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD408C; }
p { color: rgb(189,64,140); }
H1.HeaderClassName
{
color: #BD408C;
}
.AnyTagClassName
{
color: #BD408C;
}
</style>
background-color css
<style>
a { background-color: #BD408C; }
a { background-color: rgb(189,64,140); }
div.DivClassName
{
background-color: #BD408C;
}
.BgClassName
{
background-color: #BD408C;
}
</style>
border-color css
<style>
span { border-color: #BD408C; }
span { border-color: rgb(189,64,140); }
td.TdClassName
{
border-color: #BD408C;
}
.TagClassName
{
border-color: #BD408C;
}
</style>