Shades of Medium Violet Red #BD0699
Tints of Medium Violet Red #BD0699
RGB
CMYK
RGB Variations
Color information
#BD0699 (or 0xBD0699) is known color: Medium Violet Red. HEX triplet: BD, 06 and 99. RGB value is (189,6,153). Sum of RGB (Red+Green+Blue) = 189+6+153=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 6 (2.73% from 255 or 1.72% from 348); Blue value is 153 (60.16% from 255 or 43.97% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0699 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0699 is #42F966. Grayscale: #4D4D4D. Windows color (decimal): -4389223 or 10028733. OLE color: 10028733.
HSL color Cylindrical-coordinate representation of color #BD0699: hue angle of 311.8º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD0699 is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 6 | 153 | - |
| CMYK | 0 | 0.97 | 0.19 | 0.26 |
| HSL | 311.8º | 0.94% | 0.38% | - |
| HSV(B) | 311.8º | 0.97% | 0.74% | - |
| XYZ | 26.8 | 13.25 | 31.28 | - |
| YUV | 77.48 | 170.63 | 207.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 6 | 153 | 0 | 0.97 | 0.19 | 0.26 | 311.8 | 0.94 | 0.38 |
| Hex | BD | 6 | 99 | 0 | 61 | 13 | 1A | 138 | 5E | 26 |
| Octal | 275 | 6 | 231 | 0 | 141 | 23 | 32 | 470 | 136 | 46 |
| Binary | 10111101 | 110 | 10011001 | 0 | 1100001 | 10011 | 11010 | 100111000 | 1011110 | 100110 |
Color Harmonies of #BD0699
Complementary color
Monochromatic Colors of #BD0699
Black with #BD0699
Text Example
Text Example
White with #BD0699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0699; }
p { color: rgb(189,6,153); }
H1.HeaderClassName
{
color: #BD0699;
}
.AnyTagClassName
{
color: #BD0699;
}
</style>
background-color css
<style>
a { background-color: #BD0699; }
a { background-color: rgb(189,6,153); }
div.DivClassName
{
background-color: #BD0699;
}
.BgClassName
{
background-color: #BD0699;
}
</style>
border-color css
<style>
span { border-color: #BD0699; }
span { border-color: rgb(189,6,153); }
td.TdClassName
{
border-color: #BD0699;
}
.TagClassName
{
border-color: #BD0699;
}
</style>