Shades of Medium Violet Red #BD0D99
Tints of Medium Violet Red #BD0D99
RGB
CMYK
RGB Variations
Color information
#BD0D99 (or 0xBD0D99) is known color: Medium Violet Red. HEX triplet: BD, 0D and 99. RGB value is (189,13,153). Sum of RGB (Red+Green+Blue) = 189+13+153=355 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.24% from 355); Green value is 13 (5.47% from 255 or 3.66% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0D99 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0D99 is #42F266. Grayscale: #515151. Windows color (decimal): -4387431 or 10030525. OLE color: 10030525.
HSL color Cylindrical-coordinate representation of color #BD0D99: hue angle of 312.27º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD0D99 is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 13 | 153 | - |
| CMYK | 0 | 0.93 | 0.19 | 0.26 |
| HSL | 312.27º | 0.87% | 0.4% | - |
| HSV(B) | 312.27º | 0.93% | 0.74% | - |
| XYZ | 26.88 | 13.41 | 31.31 | - |
| YUV | 81.58 | 168.31 | 204.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 13 | 153 | 0 | 0.93 | 0.19 | 0.26 | 312.27 | 0.87 | 0.4 |
| Hex | BD | D | 99 | 0 | 5D | 13 | 1A | 138 | 57 | 28 |
| Octal | 275 | 15 | 231 | 0 | 135 | 23 | 32 | 470 | 127 | 50 |
| Binary | 10111101 | 1101 | 10011001 | 0 | 1011101 | 10011 | 11010 | 100111000 | 1010111 | 101000 |
Color Harmonies of #BD0D99
Complementary color
Monochromatic Colors of #BD0D99
Black with #BD0D99
Text Example
Text Example
White with #BD0D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0D99; }
p { color: rgb(189,13,153); }
H1.HeaderClassName
{
color: #BD0D99;
}
.AnyTagClassName
{
color: #BD0D99;
}
</style>
background-color css
<style>
a { background-color: #BD0D99; }
a { background-color: rgb(189,13,153); }
div.DivClassName
{
background-color: #BD0D99;
}
.BgClassName
{
background-color: #BD0D99;
}
</style>
border-color css
<style>
span { border-color: #BD0D99; }
span { border-color: rgb(189,13,153); }
td.TdClassName
{
border-color: #BD0D99;
}
.TagClassName
{
border-color: #BD0D99;
}
</style>