Shades of Medium Violet Red #BD1388
Tints of Medium Violet Red #BD1388
RGB
CMYK
RGB Variations
Color information
#BD1388 (or 0xBD1388) is known color: Medium Violet Red. HEX triplet: BD, 13 and 88. RGB value is (189,19,136). Sum of RGB (Red+Green+Blue) = 189+19+136=344 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.94% from 344); Green value is 19 (7.81% from 255 or 5.52% from 344); Blue value is 136 (53.52% from 255 or 39.53% from 344); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1388 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1388 is #42EC77. Grayscale: #525252. Windows color (decimal): -4385912 or 8917949. OLE color: 8917949.
HSL color Cylindrical-coordinate representation of color #BD1388: hue angle of 318.71º 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 #BD1388 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 19 | 136 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.26 |
| HSL | 318.71º | 0.82% | 0.41% | - |
| HSV(B) | 318.71º | 0.9% | 0.74% | - |
| XYZ | 25.66 | 13.06 | 24.46 | - |
| YUV | 83.17 | 157.82 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 19 | 136 | 0 | 0.90 | 0.28 | 0.26 | 318.71 | 0.82 | 0.41 |
| Hex | BD | 13 | 88 | 0 | 5A | 1C | 1A | 13F | 52 | 29 |
| Octal | 275 | 23 | 210 | 0 | 132 | 34 | 32 | 477 | 122 | 51 |
| Binary | 10111101 | 10011 | 10001000 | 0 | 1011010 | 11100 | 11010 | 100111111 | 1010010 | 101001 |
Color Harmonies of #BD1388
Complementary color
Monochromatic Colors of #BD1388
Black with #BD1388
Text Example
Text Example
White with #BD1388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1388; }
p { color: rgb(189,19,136); }
H1.HeaderClassName
{
color: #BD1388;
}
.AnyTagClassName
{
color: #BD1388;
}
</style>
background-color css
<style>
a { background-color: #BD1388; }
a { background-color: rgb(189,19,136); }
div.DivClassName
{
background-color: #BD1388;
}
.BgClassName
{
background-color: #BD1388;
}
</style>
border-color css
<style>
span { border-color: #BD1388; }
span { border-color: rgb(189,19,136); }
td.TdClassName
{
border-color: #BD1388;
}
.TagClassName
{
border-color: #BD1388;
}
</style>