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