Shades of Medium Violet Red #BD0691
Tints of Medium Violet Red #BD0691
RGB
CMYK
RGB Variations
Color information
#BD0691 (or 0xBD0691) is known color: Medium Violet Red. HEX triplet: BD, 06 and 91. RGB value is (189,6,145). Sum of RGB (Red+Green+Blue) = 189+6+145=340 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.59% from 340); Green value is 6 (2.73% from 255 or 1.76% from 340); Blue value is 145 (57.03% from 255 or 42.65% from 340); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0691 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0691 is #42F96E. Grayscale: #4C4C4C. Windows color (decimal): -4389231 or 9504445. OLE color: 9504445.
HSL color Cylindrical-coordinate representation of color #BD0691: hue angle of 314.43º 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 #BD0691 is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 6 | 145 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.26 |
| HSL | 314.43º | 0.94% | 0.38% | - |
| HSV(B) | 314.43º | 0.97% | 0.74% | - |
| XYZ | 26.16 | 12.99 | 27.92 | - |
| YUV | 76.56 | 166.63 | 208.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 6 | 145 | 0 | 0.97 | 0.23 | 0.26 | 314.43 | 0.94 | 0.38 |
| Hex | BD | 6 | 91 | 0 | 61 | 17 | 1A | 13A | 5E | 26 |
| Octal | 275 | 6 | 221 | 0 | 141 | 27 | 32 | 472 | 136 | 46 |
| Binary | 10111101 | 110 | 10010001 | 0 | 1100001 | 10111 | 11010 | 100111010 | 1011110 | 100110 |
Color Harmonies of #BD0691
Complementary color
Monochromatic Colors of #BD0691
Black with #BD0691
Text Example
Text Example
White with #BD0691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0691; }
p { color: rgb(189,6,145); }
H1.HeaderClassName
{
color: #BD0691;
}
.AnyTagClassName
{
color: #BD0691;
}
</style>
background-color css
<style>
a { background-color: #BD0691; }
a { background-color: rgb(189,6,145); }
div.DivClassName
{
background-color: #BD0691;
}
.BgClassName
{
background-color: #BD0691;
}
</style>
border-color css
<style>
span { border-color: #BD0691; }
span { border-color: rgb(189,6,145); }
td.TdClassName
{
border-color: #BD0691;
}
.TagClassName
{
border-color: #BD0691;
}
</style>