Shades of Medium Violet Red #BD089E
Tints of Medium Violet Red #BD089E
RGB
CMYK
RGB Variations
Color information
#BD089E (or 0xBD089E) is known color: Medium Violet Red. HEX triplet: BD, 08 and 9E. RGB value is (189,8,158). Sum of RGB (Red+Green+Blue) = 189+8+158=355 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.24% from 355); Green value is 8 (3.52% from 255 or 2.25% from 355); Blue value is 158 (62.11% from 255 or 44.51% from 355); Max value from RGB is 189 - color contains mainly: red. Hex color #BD089E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD089E is #42F761. Grayscale: #4E4E4E. Windows color (decimal): -4388706 or 10356925. OLE color: 10356925.
HSL color Cylindrical-coordinate representation of color #BD089E: hue angle of 310.28º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD089E is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 8 | 158 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.26 |
| HSL | 310.28º | 0.92% | 0.39% | - |
| HSV(B) | 310.28º | 0.96% | 0.74% | - |
| XYZ | 27.24 | 13.46 | 33.51 | - |
| YUV | 79.22 | 172.47 | 206.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 8 | 158 | 0 | 0.96 | 0.16 | 0.26 | 310.28 | 0.92 | 0.39 |
| Hex | BD | 8 | 9E | 0 | 60 | 10 | 1A | 136 | 5C | 27 |
| Octal | 275 | 10 | 236 | 0 | 140 | 20 | 32 | 466 | 134 | 47 |
| Binary | 10111101 | 1000 | 10011110 | 0 | 1100000 | 10000 | 11010 | 100110110 | 1011100 | 100111 |
Color Harmonies of #BD089E
Complementary color
Monochromatic Colors of #BD089E
Black with #BD089E
Text Example
Text Example
White with #BD089E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD089E; }
p { color: rgb(189,8,158); }
H1.HeaderClassName
{
color: #BD089E;
}
.AnyTagClassName
{
color: #BD089E;
}
</style>
background-color css
<style>
a { background-color: #BD089E; }
a { background-color: rgb(189,8,158); }
div.DivClassName
{
background-color: #BD089E;
}
.BgClassName
{
background-color: #BD089E;
}
</style>
border-color css
<style>
span { border-color: #BD089E; }
span { border-color: rgb(189,8,158); }
td.TdClassName
{
border-color: #BD089E;
}
.TagClassName
{
border-color: #BD089E;
}
</style>