Shades of Medium Violet Red #BD0180
Tints of Medium Violet Red #BD0180
RGB
CMYK
RGB Variations
Color information
#BD0180 (or 0xBD0180) is known color: Medium Violet Red. HEX triplet: BD, 01 and 80. RGB value is (189,1,128). Sum of RGB (Red+Green+Blue) = 189+1+128=318 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.43% from 318); Green value is 1 (0.78% from 255 or 0.31% from 318); Blue value is 128 (50.39% from 255 or 40.25% from 318); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0180 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0180 is #42FE7F. Grayscale: #474747. Windows color (decimal): -4390528 or 8389053. OLE color: 8389053.
HSL color Cylindrical-coordinate representation of color #BD0180: hue angle of 319.47º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD0180 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 1 | 128 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.26 |
| HSL | 319.47º | 0.99% | 0.37% | - |
| HSV(B) | 319.47º | 0.99% | 0.74% | - |
| XYZ | 24.89 | 12.4 | 21.5 | - |
| YUV | 71.69 | 159.78 | 211.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 1 | 128 | 0 | 0.99 | 0.32 | 0.26 | 319.47 | 0.99 | 0.37 |
| Hex | BD | 1 | 80 | 0 | 63 | 20 | 1A | 13F | 63 | 25 |
| Octal | 275 | 1 | 200 | 0 | 143 | 40 | 32 | 477 | 143 | 45 |
| Binary | 10111101 | 1 | 10000000 | 0 | 1100011 | 100000 | 11010 | 100111111 | 1100011 | 100101 |
Color Harmonies of #BD0180
Complementary color
Monochromatic Colors of #BD0180
Black with #BD0180
Text Example
Text Example
White with #BD0180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0180; }
p { color: rgb(189,1,128); }
H1.HeaderClassName
{
color: #BD0180;
}
.AnyTagClassName
{
color: #BD0180;
}
</style>
background-color css
<style>
a { background-color: #BD0180; }
a { background-color: rgb(189,1,128); }
div.DivClassName
{
background-color: #BD0180;
}
.BgClassName
{
background-color: #BD0180;
}
</style>
border-color css
<style>
span { border-color: #BD0180; }
span { border-color: rgb(189,1,128); }
td.TdClassName
{
border-color: #BD0180;
}
.TagClassName
{
border-color: #BD0180;
}
</style>