Shades of Medium Violet Red #BD089F
Tints of Medium Violet Red #BD089F
RGB
CMYK
RGB Variations
Color information
#BD089F (or 0xBD089F) is known color: Medium Violet Red. HEX triplet: BD, 08 and 9F. RGB value is (189,8,159). Sum of RGB (Red+Green+Blue) = 189+8+159=356 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.09% from 356); Green value is 8 (3.52% from 255 or 2.25% from 356); Blue value is 159 (62.5% from 255 or 44.66% from 356); Max value from RGB is 189 - color contains mainly: red. Hex color #BD089F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD089F is #42F760. Grayscale: #4E4E4E. Windows color (decimal): -4388705 or 10422461. OLE color: 10422461.
HSL color Cylindrical-coordinate representation of color #BD089F: hue angle of 309.94º 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 #BD089F is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 8 | 159 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.26 |
| HSL | 309.94º | 0.92% | 0.39% | - |
| HSV(B) | 309.94º | 0.96% | 0.74% | - |
| XYZ | 27.33 | 13.5 | 33.97 | - |
| YUV | 79.33 | 172.97 | 206.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 8 | 159 | 0 | 0.96 | 0.16 | 0.26 | 309.94 | 0.92 | 0.39 |
| Hex | BD | 8 | 9F | 0 | 60 | 10 | 1A | 136 | 5C | 27 |
| Octal | 275 | 10 | 237 | 0 | 140 | 20 | 32 | 466 | 134 | 47 |
| Binary | 10111101 | 1000 | 10011111 | 0 | 1100000 | 10000 | 11010 | 100110110 | 1011100 | 100111 |
Color Harmonies of #BD089F
Complementary color
Monochromatic Colors of #BD089F
Black with #BD089F
Text Example
Text Example
White with #BD089F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD089F; }
p { color: rgb(189,8,159); }
H1.HeaderClassName
{
color: #BD089F;
}
.AnyTagClassName
{
color: #BD089F;
}
</style>
background-color css
<style>
a { background-color: #BD089F; }
a { background-color: rgb(189,8,159); }
div.DivClassName
{
background-color: #BD089F;
}
.BgClassName
{
background-color: #BD089F;
}
</style>
border-color css
<style>
span { border-color: #BD089F; }
span { border-color: rgb(189,8,159); }
td.TdClassName
{
border-color: #BD089F;
}
.TagClassName
{
border-color: #BD089F;
}
</style>