Shades of Medium Violet Red #BD1077
Tints of Medium Violet Red #BD1077
RGB
CMYK
RGB Variations
Color information
#BD1077 (or 0xBD1077) is known color: Medium Violet Red. HEX triplet: BD, 10 and 77. RGB value is (189,16,119). Sum of RGB (Red+Green+Blue) = 189+16+119=324 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.33% from 324); Green value is 16 (6.64% from 255 or 4.94% from 324); Blue value is 119 (46.88% from 255 or 36.73% from 324); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1077 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1077 is #42EF88. Grayscale: #4F4F4F. Windows color (decimal): -4386697 or 7803069. OLE color: 7803069.
HSL color Cylindrical-coordinate representation of color #BD1077: hue angle of 324.28º 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 #BD1077 is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 16 | 119 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.26 |
| HSL | 324.28º | 0.84% | 0.4% | - |
| HSV(B) | 324.28º | 0.92% | 0.74% | - |
| XYZ | 24.5 | 12.52 | 18.58 | - |
| YUV | 79.47 | 150.31 | 206.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 16 | 119 | 0 | 0.92 | 0.37 | 0.26 | 324.28 | 0.84 | 0.4 |
| Hex | BD | 10 | 77 | 0 | 5C | 25 | 1A | 144 | 54 | 28 |
| Octal | 275 | 20 | 167 | 0 | 134 | 45 | 32 | 504 | 124 | 50 |
| Binary | 10111101 | 10000 | 1110111 | 0 | 1011100 | 100101 | 11010 | 101000100 | 1010100 | 101000 |
Color Harmonies of #BD1077
Complementary color
Monochromatic Colors of #BD1077
Black with #BD1077
Text Example
Text Example
White with #BD1077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1077; }
p { color: rgb(189,16,119); }
H1.HeaderClassName
{
color: #BD1077;
}
.AnyTagClassName
{
color: #BD1077;
}
</style>
background-color css
<style>
a { background-color: #BD1077; }
a { background-color: rgb(189,16,119); }
div.DivClassName
{
background-color: #BD1077;
}
.BgClassName
{
background-color: #BD1077;
}
</style>
border-color css
<style>
span { border-color: #BD1077; }
span { border-color: rgb(189,16,119); }
td.TdClassName
{
border-color: #BD1077;
}
.TagClassName
{
border-color: #BD1077;
}
</style>