Shades of Medium Violet Red #BD0696
Tints of Medium Violet Red #BD0696
RGB
CMYK
RGB Variations
Color information
#BD0696 (or 0xBD0696) is known color: Medium Violet Red. HEX triplet: BD, 06 and 96. RGB value is (189,6,150). Sum of RGB (Red+Green+Blue) = 189+6+150=345 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.78% from 345); Green value is 6 (2.73% from 255 or 1.74% from 345); Blue value is 150 (58.98% from 255 or 43.48% from 345); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0696 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0696 is #42F969. Grayscale: #4C4C4C. Windows color (decimal): -4389226 or 9832125. OLE color: 9832125.
HSL color Cylindrical-coordinate representation of color #BD0696: hue angle of 312.79º 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 #BD0696 is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 6 | 150 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.26 |
| HSL | 312.79º | 0.94% | 0.38% | - |
| HSV(B) | 312.79º | 0.97% | 0.74% | - |
| XYZ | 26.56 | 13.15 | 29.99 | - |
| YUV | 77.13 | 169.13 | 207.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 6 | 150 | 0 | 0.97 | 0.21 | 0.26 | 312.79 | 0.94 | 0.38 |
| Hex | BD | 6 | 96 | 0 | 61 | 15 | 1A | 139 | 5E | 26 |
| Octal | 275 | 6 | 226 | 0 | 141 | 25 | 32 | 471 | 136 | 46 |
| Binary | 10111101 | 110 | 10010110 | 0 | 1100001 | 10101 | 11010 | 100111001 | 1011110 | 100110 |
Color Harmonies of #BD0696
Complementary color
Monochromatic Colors of #BD0696
Black with #BD0696
Text Example
Text Example
White with #BD0696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0696; }
p { color: rgb(189,6,150); }
H1.HeaderClassName
{
color: #BD0696;
}
.AnyTagClassName
{
color: #BD0696;
}
</style>
background-color css
<style>
a { background-color: #BD0696; }
a { background-color: rgb(189,6,150); }
div.DivClassName
{
background-color: #BD0696;
}
.BgClassName
{
background-color: #BD0696;
}
</style>
border-color css
<style>
span { border-color: #BD0696; }
span { border-color: rgb(189,6,150); }
td.TdClassName
{
border-color: #BD0696;
}
.TagClassName
{
border-color: #BD0696;
}
</style>