Shades of Medium Violet Red #BD0390
Tints of Medium Violet Red #BD0390
RGB
CMYK
RGB Variations
Color information
#BD0390 (or 0xBD0390) is known color: Medium Violet Red. HEX triplet: BD, 03 and 90. RGB value is (189,3,144). Sum of RGB (Red+Green+Blue) = 189+3+144=336 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.25% from 336); Green value is 3 (1.56% from 255 or 0.89% from 336); Blue value is 144 (56.64% from 255 or 42.86% from 336); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0390 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0390 is #42FC6F. Grayscale: #4A4A4A. Windows color (decimal): -4390000 or 9438141. OLE color: 9438141.
HSL color Cylindrical-coordinate representation of color #BD0390: hue angle of 314.52º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD0390 is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 3 | 144 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.26 |
| HSL | 314.52º | 0.97% | 0.38% | - |
| HSV(B) | 314.52º | 0.98% | 0.74% | - |
| XYZ | 26.05 | 12.9 | 27.5 | - |
| YUV | 74.69 | 167.12 | 209.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 3 | 144 | 0 | 0.98 | 0.24 | 0.26 | 314.52 | 0.97 | 0.38 |
| Hex | BD | 3 | 90 | 0 | 62 | 18 | 1A | 13B | 61 | 26 |
| Octal | 275 | 3 | 220 | 0 | 142 | 30 | 32 | 473 | 141 | 46 |
| Binary | 10111101 | 11 | 10010000 | 0 | 1100010 | 11000 | 11010 | 100111011 | 1100001 | 100110 |
Color Harmonies of #BD0390
Complementary color
Monochromatic Colors of #BD0390
Black with #BD0390
Text Example
Text Example
White with #BD0390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0390; }
p { color: rgb(189,3,144); }
H1.HeaderClassName
{
color: #BD0390;
}
.AnyTagClassName
{
color: #BD0390;
}
</style>
background-color css
<style>
a { background-color: #BD0390; }
a { background-color: rgb(189,3,144); }
div.DivClassName
{
background-color: #BD0390;
}
.BgClassName
{
background-color: #BD0390;
}
</style>
border-color css
<style>
span { border-color: #BD0390; }
span { border-color: rgb(189,3,144); }
td.TdClassName
{
border-color: #BD0390;
}
.TagClassName
{
border-color: #BD0390;
}
</style>