Shades of Medium Violet Red #BD1383
Tints of Medium Violet Red #BD1383
RGB
CMYK
RGB Variations
Color information
#BD1383 (or 0xBD1383) is known color: Medium Violet Red. HEX triplet: BD, 13 and 83. RGB value is (189,19,131). Sum of RGB (Red+Green+Blue) = 189+19+131=339 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.75% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 131 (51.56% from 255 or 38.64% from 339); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1383 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1383 is #42EC7C. Grayscale: #525252. Windows color (decimal): -4385917 or 8590269. OLE color: 8590269.
HSL color Cylindrical-coordinate representation of color #BD1383: hue angle of 320.47º 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 #BD1383 is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 19 | 131 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.26 |
| HSL | 320.47º | 0.82% | 0.41% | - |
| HSV(B) | 320.47º | 0.9% | 0.74% | - |
| XYZ | 25.32 | 12.92 | 22.63 | - |
| YUV | 82.6 | 155.32 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 19 | 131 | 0 | 0.90 | 0.31 | 0.26 | 320.47 | 0.82 | 0.41 |
| Hex | BD | 13 | 83 | 0 | 5A | 1F | 1A | 140 | 52 | 29 |
| Octal | 275 | 23 | 203 | 0 | 132 | 37 | 32 | 500 | 122 | 51 |
| Binary | 10111101 | 10011 | 10000011 | 0 | 1011010 | 11111 | 11010 | 101000000 | 1010010 | 101001 |
Color Harmonies of #BD1383
Complementary color
Monochromatic Colors of #BD1383
Black with #BD1383
Text Example
Text Example
White with #BD1383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1383; }
p { color: rgb(189,19,131); }
H1.HeaderClassName
{
color: #BD1383;
}
.AnyTagClassName
{
color: #BD1383;
}
</style>
background-color css
<style>
a { background-color: #BD1383; }
a { background-color: rgb(189,19,131); }
div.DivClassName
{
background-color: #BD1383;
}
.BgClassName
{
background-color: #BD1383;
}
</style>
border-color css
<style>
span { border-color: #BD1383; }
span { border-color: rgb(189,19,131); }
td.TdClassName
{
border-color: #BD1383;
}
.TagClassName
{
border-color: #BD1383;
}
</style>