Shades of Medium Violet Red #BD0999
Tints of Medium Violet Red #BD0999
RGB
CMYK
RGB Variations
Color information
#BD0999 (or 0xBD0999) is known color: Medium Violet Red. HEX triplet: BD, 09 and 99. RGB value is (189,9,153). Sum of RGB (Red+Green+Blue) = 189+9+153=351 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.85% from 351); Green value is 9 (3.91% from 255 or 2.56% from 351); Blue value is 153 (60.16% from 255 or 43.59% from 351); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0999 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0999 is #42F666. Grayscale: #4E4E4E. Windows color (decimal): -4388455 or 10029501. OLE color: 10029501.
HSL color Cylindrical-coordinate representation of color #BD0999: hue angle of 312º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD0999 is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 9 | 153 | - |
| CMYK | 0 | 0.95 | 0.19 | 0.26 |
| HSL | 312º | 0.91% | 0.39% | - |
| HSV(B) | 312º | 0.95% | 0.74% | - |
| XYZ | 26.83 | 13.31 | 31.29 | - |
| YUV | 79.24 | 169.63 | 206.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 9 | 153 | 0 | 0.95 | 0.19 | 0.26 | 312 | 0.91 | 0.39 |
| Hex | BD | 9 | 99 | 0 | 5F | 13 | 1A | 138 | 5B | 27 |
| Octal | 275 | 11 | 231 | 0 | 137 | 23 | 32 | 470 | 133 | 47 |
| Binary | 10111101 | 1001 | 10011001 | 0 | 1011111 | 10011 | 11010 | 100111000 | 1011011 | 100111 |
Color Harmonies of #BD0999
Complementary color
Monochromatic Colors of #BD0999
Black with #BD0999
Text Example
Text Example
White with #BD0999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0999; }
p { color: rgb(189,9,153); }
H1.HeaderClassName
{
color: #BD0999;
}
.AnyTagClassName
{
color: #BD0999;
}
</style>
background-color css
<style>
a { background-color: #BD0999; }
a { background-color: rgb(189,9,153); }
div.DivClassName
{
background-color: #BD0999;
}
.BgClassName
{
background-color: #BD0999;
}
</style>
border-color css
<style>
span { border-color: #BD0999; }
span { border-color: rgb(189,9,153); }
td.TdClassName
{
border-color: #BD0999;
}
.TagClassName
{
border-color: #BD0999;
}
</style>