Shades of Medium Violet Red #BD1890
Tints of Medium Violet Red #BD1890
RGB
CMYK
RGB Variations
Color information
#BD1890 (or 0xBD1890) is known color: Medium Violet Red. HEX triplet: BD, 18 and 90. RGB value is (189,24,144). Sum of RGB (Red+Green+Blue) = 189+24+144=357 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.94% from 357); Green value is 24 (9.77% from 255 or 6.72% from 357); Blue value is 144 (56.64% from 255 or 40.34% from 357); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1890 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1890 is #42E76F. Grayscale: #565656. Windows color (decimal): -4384624 or 9443517. OLE color: 9443517.
HSL color Cylindrical-coordinate representation of color #BD1890: hue angle of 316.36º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD1890 is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 24 | 144 | - |
| CMYK | 0 | 0.87 | 0.24 | 0.26 |
| HSL | 316.36º | 0.77% | 0.42% | - |
| HSV(B) | 316.36º | 0.87% | 0.74% | - |
| XYZ | 26.35 | 13.49 | 27.6 | - |
| YUV | 87.02 | 160.16 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 24 | 144 | 0 | 0.87 | 0.24 | 0.26 | 316.36 | 0.77 | 0.42 |
| Hex | BD | 18 | 90 | 0 | 57 | 18 | 1A | 13C | 4D | 2A |
| Octal | 275 | 30 | 220 | 0 | 127 | 30 | 32 | 474 | 115 | 52 |
| Binary | 10111101 | 11000 | 10010000 | 0 | 1010111 | 11000 | 11010 | 100111100 | 1001101 | 101010 |
Color Harmonies of #BD1890
Complementary color
Monochromatic Colors of #BD1890
Black with #BD1890
Text Example
Text Example
White with #BD1890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1890; }
p { color: rgb(189,24,144); }
H1.HeaderClassName
{
color: #BD1890;
}
.AnyTagClassName
{
color: #BD1890;
}
</style>
background-color css
<style>
a { background-color: #BD1890; }
a { background-color: rgb(189,24,144); }
div.DivClassName
{
background-color: #BD1890;
}
.BgClassName
{
background-color: #BD1890;
}
</style>
border-color css
<style>
span { border-color: #BD1890; }
span { border-color: rgb(189,24,144); }
td.TdClassName
{
border-color: #BD1890;
}
.TagClassName
{
border-color: #BD1890;
}
</style>