Shades of Medium Violet Red #BD1387
Tints of Medium Violet Red #BD1387
RGB
CMYK
RGB Variations
Color information
#BD1387 (or 0xBD1387) is known color: Medium Violet Red. HEX triplet: BD, 13 and 87. RGB value is (189,19,135). Sum of RGB (Red+Green+Blue) = 189+19+135=343 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.10% from 343); Green value is 19 (7.81% from 255 or 5.54% from 343); Blue value is 135 (53.12% from 255 or 39.36% from 343); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1387 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1387 is #42EC78. Grayscale: #525252. Windows color (decimal): -4385913 or 8852413. OLE color: 8852413.
HSL color Cylindrical-coordinate representation of color #BD1387: hue angle of 319.06º 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 #BD1387 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 19 | 135 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.26 |
| HSL | 319.06º | 0.82% | 0.41% | - |
| HSV(B) | 319.06º | 0.9% | 0.74% | - |
| XYZ | 25.59 | 13.03 | 24.09 | - |
| YUV | 83.05 | 157.32 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 19 | 135 | 0 | 0.90 | 0.29 | 0.26 | 319.06 | 0.82 | 0.41 |
| Hex | BD | 13 | 87 | 0 | 5A | 1D | 1A | 13F | 52 | 29 |
| Octal | 275 | 23 | 207 | 0 | 132 | 35 | 32 | 477 | 122 | 51 |
| Binary | 10111101 | 10011 | 10000111 | 0 | 1011010 | 11101 | 11010 | 100111111 | 1010010 | 101001 |
Color Harmonies of #BD1387
Complementary color
Monochromatic Colors of #BD1387
Black with #BD1387
Text Example
Text Example
White with #BD1387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1387; }
p { color: rgb(189,19,135); }
H1.HeaderClassName
{
color: #BD1387;
}
.AnyTagClassName
{
color: #BD1387;
}
</style>
background-color css
<style>
a { background-color: #BD1387; }
a { background-color: rgb(189,19,135); }
div.DivClassName
{
background-color: #BD1387;
}
.BgClassName
{
background-color: #BD1387;
}
</style>
border-color css
<style>
span { border-color: #BD1387; }
span { border-color: rgb(189,19,135); }
td.TdClassName
{
border-color: #BD1387;
}
.TagClassName
{
border-color: #BD1387;
}
</style>