Shades of Medium Violet Red #BD0C80
Tints of Medium Violet Red #BD0C80
RGB
CMYK
RGB Variations
Color information
#BD0C80 (or 0xBD0C80) is known color: Medium Violet Red. HEX triplet: BD, 0C and 80. RGB value is (189,12,128). Sum of RGB (Red+Green+Blue) = 189+12+128=329 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.45% from 329); Green value is 12 (5.08% from 255 or 3.65% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0C80 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0C80 is #42F37F. Grayscale: #4D4D4D. Windows color (decimal): -4387712 or 8391869. OLE color: 8391869.
HSL color Cylindrical-coordinate representation of color #BD0C80: hue angle of 320.68º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD0C80 is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 12 | 128 | - |
| CMYK | 0 | 0.94 | 0.32 | 0.26 |
| HSL | 320.68º | 0.88% | 0.39% | - |
| HSV(B) | 320.68º | 0.94% | 0.74% | - |
| XYZ | 25.01 | 12.64 | 21.54 | - |
| YUV | 78.15 | 156.14 | 207.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 12 | 128 | 0 | 0.94 | 0.32 | 0.26 | 320.68 | 0.88 | 0.39 |
| Hex | BD | C | 80 | 0 | 5E | 20 | 1A | 141 | 58 | 27 |
| Octal | 275 | 14 | 200 | 0 | 136 | 40 | 32 | 501 | 130 | 47 |
| Binary | 10111101 | 1100 | 10000000 | 0 | 1011110 | 100000 | 11010 | 101000001 | 1011000 | 100111 |
Color Harmonies of #BD0C80
Complementary color
Monochromatic Colors of #BD0C80
Black with #BD0C80
Text Example
Text Example
White with #BD0C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0C80; }
p { color: rgb(189,12,128); }
H1.HeaderClassName
{
color: #BD0C80;
}
.AnyTagClassName
{
color: #BD0C80;
}
</style>
background-color css
<style>
a { background-color: #BD0C80; }
a { background-color: rgb(189,12,128); }
div.DivClassName
{
background-color: #BD0C80;
}
.BgClassName
{
background-color: #BD0C80;
}
</style>
border-color css
<style>
span { border-color: #BD0C80; }
span { border-color: rgb(189,12,128); }
td.TdClassName
{
border-color: #BD0C80;
}
.TagClassName
{
border-color: #BD0C80;
}
</style>