Shades of Medium Violet Red #BD008C
Tints of Medium Violet Red #BD008C
RGB
CMYK
RGB Variations
Color information
#BD008C (or 0xBD008C) is known color: Medium Violet Red. HEX triplet: BD, 00 and 8C. RGB value is (189,0,140). Sum of RGB (Red+Green+Blue) = 189+0+140=329 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.45% from 329); Green value is 0 (0.39% from 255 or 0% from 329); Blue value is 140 (55.08% from 255 or 42.55% from 329); Max value from RGB is 189 - color contains mainly: red. Hex color #BD008C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD008C is #42FF73. Grayscale: #484848. Windows color (decimal): -4390772 or 9175229. OLE color: 9175229.
HSL color Cylindrical-coordinate representation of color #BD008C: hue angle of 315.56º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD008C is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 0 | 140 | - |
| CMYK | 0 | 1 | 0.26 | 0.26 |
| HSL | 315.56º | 1% | 0.37% | - |
| HSV(B) | 315.56º | 1% | 0.74% | - |
| XYZ | 25.72 | 12.71 | 25.91 | - |
| YUV | 72.47 | 166.12 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 140 | 0 | 1 | 0.26 | 0.26 | 315.56 | 1 | 0.37 |
| Hex | BD | 0 | 8C | 0 | 64 | 1A | 1A | 13C | 64 | 25 |
| Octal | 275 | 0 | 214 | 0 | 144 | 32 | 32 | 474 | 144 | 45 |
| Binary | 10111101 | 0 | 10001100 | 0 | 1100100 | 11010 | 11010 | 100111100 | 1100100 | 100101 |
Color Harmonies of #BD008C
Complementary color
Monochromatic Colors of #BD008C
Black with #BD008C
Text Example
Text Example
White with #BD008C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD008C; }
p { color: rgb(189,0,140); }
H1.HeaderClassName
{
color: #BD008C;
}
.AnyTagClassName
{
color: #BD008C;
}
</style>
background-color css
<style>
a { background-color: #BD008C; }
a { background-color: rgb(189,0,140); }
div.DivClassName
{
background-color: #BD008C;
}
.BgClassName
{
background-color: #BD008C;
}
</style>
border-color css
<style>
span { border-color: #BD008C; }
span { border-color: rgb(189,0,140); }
td.TdClassName
{
border-color: #BD008C;
}
.TagClassName
{
border-color: #BD008C;
}
</style>