Shades of Medium Violet Red #BD008F
Tints of Medium Violet Red #BD008F
RGB
CMYK
RGB Variations
Color information
#BD008F (or 0xBD008F) is known color: Medium Violet Red. HEX triplet: BD, 00 and 8F. RGB value is (189,0,143). Sum of RGB (Red+Green+Blue) = 189+0+143=332 (43% of max value = 765). Red value is 189 (74.22% from 255 or 56.93% from 332); Green value is 0 (0.39% from 255 or 0% from 332); Blue value is 143 (56.25% from 255 or 43.07% from 332); Max value from RGB is 189 - color contains mainly: red. Hex color #BD008F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD008F is #42FF70. Grayscale: #484848. Windows color (decimal): -4390769 or 9371837. OLE color: 9371837.
HSL color Cylindrical-coordinate representation of color #BD008F: hue angle of 314.6º 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 #BD008F is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 0 | 143 | - |
| CMYK | 0 | 1 | 0.24 | 0.26 |
| HSL | 314.6º | 1% | 0.37% | - |
| HSV(B) | 314.6º | 1% | 0.74% | - |
| XYZ | 25.94 | 12.8 | 27.09 | - |
| YUV | 72.81 | 167.62 | 210.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 143 | 0 | 1 | 0.24 | 0.26 | 314.6 | 1 | 0.37 |
| Hex | BD | 0 | 8F | 0 | 64 | 18 | 1A | 13B | 64 | 25 |
| Octal | 275 | 0 | 217 | 0 | 144 | 30 | 32 | 473 | 144 | 45 |
| Binary | 10111101 | 0 | 10001111 | 0 | 1100100 | 11000 | 11010 | 100111011 | 1100100 | 100101 |
Color Harmonies of #BD008F
Complementary color
Monochromatic Colors of #BD008F
Black with #BD008F
Text Example
Text Example
White with #BD008F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD008F; }
p { color: rgb(189,0,143); }
H1.HeaderClassName
{
color: #BD008F;
}
.AnyTagClassName
{
color: #BD008F;
}
</style>
background-color css
<style>
a { background-color: #BD008F; }
a { background-color: rgb(189,0,143); }
div.DivClassName
{
background-color: #BD008F;
}
.BgClassName
{
background-color: #BD008F;
}
</style>
border-color css
<style>
span { border-color: #BD008F; }
span { border-color: rgb(189,0,143); }
td.TdClassName
{
border-color: #BD008F;
}
.TagClassName
{
border-color: #BD008F;
}
</style>