Shades of Medium Violet Red #BD1070
Tints of Medium Violet Red #BD1070
RGB
CMYK
RGB Variations
Color information
#BD1070 (or 0xBD1070) is known color: Medium Violet Red. HEX triplet: BD, 10 and 70. RGB value is (189,16,112). Sum of RGB (Red+Green+Blue) = 189+16+112=317 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.62% from 317); Green value is 16 (6.64% from 255 or 5.05% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1070 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1070 is #42EF8F. Grayscale: #4E4E4E. Windows color (decimal): -4386704 or 7344317. OLE color: 7344317.
HSL color Cylindrical-coordinate representation of color #BD1070: hue angle of 326.71º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD1070 is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 16 | 112 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.26 |
| HSL | 326.71º | 0.84% | 0.4% | - |
| HSV(B) | 326.71º | 0.92% | 0.74% | - |
| XYZ | 24.1 | 12.36 | 16.44 | - |
| YUV | 78.67 | 146.81 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 16 | 112 | 0 | 0.92 | 0.41 | 0.26 | 326.71 | 0.84 | 0.4 |
| Hex | BD | 10 | 70 | 0 | 5C | 29 | 1A | 147 | 54 | 28 |
| Octal | 275 | 20 | 160 | 0 | 134 | 51 | 32 | 507 | 124 | 50 |
| Binary | 10111101 | 10000 | 1110000 | 0 | 1011100 | 101001 | 11010 | 101000111 | 1010100 | 101000 |
Color Harmonies of #BD1070
Complementary color
Monochromatic Colors of #BD1070
Black with #BD1070
Text Example
Text Example
White with #BD1070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1070; }
p { color: rgb(189,16,112); }
H1.HeaderClassName
{
color: #BD1070;
}
.AnyTagClassName
{
color: #BD1070;
}
</style>
background-color css
<style>
a { background-color: #BD1070; }
a { background-color: rgb(189,16,112); }
div.DivClassName
{
background-color: #BD1070;
}
.BgClassName
{
background-color: #BD1070;
}
</style>
border-color css
<style>
span { border-color: #BD1070; }
span { border-color: rgb(189,16,112); }
td.TdClassName
{
border-color: #BD1070;
}
.TagClassName
{
border-color: #BD1070;
}
</style>