Shades of Medium Violet Red #BD0890
Tints of Medium Violet Red #BD0890
RGB
CMYK
RGB Variations
Color information
#BD0890 (or 0xBD0890) is known color: Medium Violet Red. HEX triplet: BD, 08 and 90. RGB value is (189,8,144). Sum of RGB (Red+Green+Blue) = 189+8+144=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 8 (3.52% from 255 or 2.35% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0890 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0890 is #42F76F. Grayscale: #4D4D4D. Windows color (decimal): -4388720 or 9439421. OLE color: 9439421.
HSL color Cylindrical-coordinate representation of color #BD0890: hue angle of 314.92º 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 #BD0890 is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 8 | 144 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.26 |
| HSL | 314.92º | 0.92% | 0.39% | - |
| HSV(B) | 314.92º | 0.96% | 0.74% | - |
| XYZ | 26.11 | 13.01 | 27.52 | - |
| YUV | 77.62 | 165.47 | 207.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 8 | 144 | 0 | 0.96 | 0.24 | 0.26 | 314.92 | 0.92 | 0.39 |
| Hex | BD | 8 | 90 | 0 | 60 | 18 | 1A | 13B | 5C | 27 |
| Octal | 275 | 10 | 220 | 0 | 140 | 30 | 32 | 473 | 134 | 47 |
| Binary | 10111101 | 1000 | 10010000 | 0 | 1100000 | 11000 | 11010 | 100111011 | 1011100 | 100111 |
Color Harmonies of #BD0890
Complementary color
Monochromatic Colors of #BD0890
Black with #BD0890
Text Example
Text Example
White with #BD0890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0890; }
p { color: rgb(189,8,144); }
H1.HeaderClassName
{
color: #BD0890;
}
.AnyTagClassName
{
color: #BD0890;
}
</style>
background-color css
<style>
a { background-color: #BD0890; }
a { background-color: rgb(189,8,144); }
div.DivClassName
{
background-color: #BD0890;
}
.BgClassName
{
background-color: #BD0890;
}
</style>
border-color css
<style>
span { border-color: #BD0890; }
span { border-color: rgb(189,8,144); }
td.TdClassName
{
border-color: #BD0890;
}
.TagClassName
{
border-color: #BD0890;
}
</style>