Shades of Medium Violet Red #BD1380
Tints of Medium Violet Red #BD1380
RGB
CMYK
RGB Variations
Color information
#BD1380 (or 0xBD1380) is known color: Medium Violet Red. HEX triplet: BD, 13 and 80. RGB value is (189,19,128). Sum of RGB (Red+Green+Blue) = 189+19+128=336 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.25% from 336); Green value is 19 (7.81% from 255 or 5.65% from 336); Blue value is 128 (50.39% from 255 or 38.10% from 336); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1380 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1380 is #42EC7F. Grayscale: #515151. Windows color (decimal): -4385920 or 8393661. OLE color: 8393661.
HSL color Cylindrical-coordinate representation of color #BD1380: hue angle of 321.53º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD1380 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 19 | 128 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.26 |
| HSL | 321.53º | 0.82% | 0.41% | - |
| HSV(B) | 321.53º | 0.9% | 0.74% | - |
| XYZ | 25.12 | 12.84 | 21.58 | - |
| YUV | 82.26 | 153.82 | 204.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 19 | 128 | 0 | 0.90 | 0.32 | 0.26 | 321.53 | 0.82 | 0.41 |
| Hex | BD | 13 | 80 | 0 | 5A | 20 | 1A | 142 | 52 | 29 |
| Octal | 275 | 23 | 200 | 0 | 132 | 40 | 32 | 502 | 122 | 51 |
| Binary | 10111101 | 10011 | 10000000 | 0 | 1011010 | 100000 | 11010 | 101000010 | 1010010 | 101001 |
Color Harmonies of #BD1380
Complementary color
Monochromatic Colors of #BD1380
Black with #BD1380
Text Example
Text Example
White with #BD1380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1380; }
p { color: rgb(189,19,128); }
H1.HeaderClassName
{
color: #BD1380;
}
.AnyTagClassName
{
color: #BD1380;
}
</style>
background-color css
<style>
a { background-color: #BD1380; }
a { background-color: rgb(189,19,128); }
div.DivClassName
{
background-color: #BD1380;
}
.BgClassName
{
background-color: #BD1380;
}
</style>
border-color css
<style>
span { border-color: #BD1380; }
span { border-color: rgb(189,19,128); }
td.TdClassName
{
border-color: #BD1380;
}
.TagClassName
{
border-color: #BD1380;
}
</style>