Shades of Medium Violet Red #BD089D
Tints of Medium Violet Red #BD089D
RGB
CMYK
RGB Variations
Color information
#BD089D (or 0xBD089D) is known color: Medium Violet Red. HEX triplet: BD, 08 and 9D. RGB value is (189,8,157). Sum of RGB (Red+Green+Blue) = 189+8+157=354 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.39% from 354); Green value is 8 (3.52% from 255 or 2.26% from 354); Blue value is 157 (61.72% from 255 or 44.35% from 354); Max value from RGB is 189 - color contains mainly: red. Hex color #BD089D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD089D is #42F762. Grayscale: #4E4E4E. Windows color (decimal): -4388707 or 10291389. OLE color: 10291389.
HSL color Cylindrical-coordinate representation of color #BD089D: hue angle of 310.61º 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 #BD089D is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 8 | 157 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.26 |
| HSL | 310.61º | 0.92% | 0.39% | - |
| HSV(B) | 310.61º | 0.96% | 0.74% | - |
| XYZ | 27.16 | 13.43 | 33.06 | - |
| YUV | 79.11 | 171.97 | 206.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 8 | 157 | 0 | 0.96 | 0.17 | 0.26 | 310.61 | 0.92 | 0.39 |
| Hex | BD | 8 | 9D | 0 | 60 | 11 | 1A | 137 | 5C | 27 |
| Octal | 275 | 10 | 235 | 0 | 140 | 21 | 32 | 467 | 134 | 47 |
| Binary | 10111101 | 1000 | 10011101 | 0 | 1100000 | 10001 | 11010 | 100110111 | 1011100 | 100111 |
Color Harmonies of #BD089D
Complementary color
Monochromatic Colors of #BD089D
Black with #BD089D
Text Example
Text Example
White with #BD089D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD089D; }
p { color: rgb(189,8,157); }
H1.HeaderClassName
{
color: #BD089D;
}
.AnyTagClassName
{
color: #BD089D;
}
</style>
background-color css
<style>
a { background-color: #BD089D; }
a { background-color: rgb(189,8,157); }
div.DivClassName
{
background-color: #BD089D;
}
.BgClassName
{
background-color: #BD089D;
}
</style>
border-color css
<style>
span { border-color: #BD089D; }
span { border-color: rgb(189,8,157); }
td.TdClassName
{
border-color: #BD089D;
}
.TagClassName
{
border-color: #BD089D;
}
</style>