Shades of Medium Red Violet #BD3387
Tints of Medium Red Violet #BD3387
RGB
CMYK
RGB Variations
Color information
#BD3387 (or 0xBD3387) is known color: Medium Red Violet. HEX triplet: BD, 33 and 87. RGB value is (189,51,135). Sum of RGB (Red+Green+Blue) = 189+51+135=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 51 (20.31% from 255 or 13.6% from 375); Blue value is 135 (53.12% from 255 or 36% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3387 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3387 is #42CC78. Grayscale: #656565. Windows color (decimal): -4377721 or 8860605. OLE color: 8860605.
HSL color Cylindrical-coordinate representation of color #BD3387: hue angle of 323.48º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD3387 is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 51 | 135 | - |
| CMYK | 0 | 0.73 | 0.29 | 0.26 |
| HSL | 323.48º | 0.58% | 0.47% | - |
| HSV(B) | 323.48º | 0.73% | 0.74% | - |
| XYZ | 26.54 | 14.94 | 24.41 | - |
| YUV | 101.84 | 146.72 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 51 | 135 | 0 | 0.73 | 0.29 | 0.26 | 323.48 | 0.58 | 0.47 |
| Hex | BD | 33 | 87 | 0 | 49 | 1D | 1A | 143 | 3A | 2F |
| Octal | 275 | 63 | 207 | 0 | 111 | 35 | 32 | 503 | 72 | 57 |
| Binary | 10111101 | 110011 | 10000111 | 0 | 1001001 | 11101 | 11010 | 101000011 | 111010 | 101111 |
Color Harmonies of #BD3387
Complementary color
Monochromatic Colors of #BD3387
Black with #BD3387
Text Example
Text Example
White with #BD3387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3387; }
p { color: rgb(189,51,135); }
H1.HeaderClassName
{
color: #BD3387;
}
.AnyTagClassName
{
color: #BD3387;
}
</style>
background-color css
<style>
a { background-color: #BD3387; }
a { background-color: rgb(189,51,135); }
div.DivClassName
{
background-color: #BD3387;
}
.BgClassName
{
background-color: #BD3387;
}
</style>
border-color css
<style>
span { border-color: #BD3387; }
span { border-color: rgb(189,51,135); }
td.TdClassName
{
border-color: #BD3387;
}
.TagClassName
{
border-color: #BD3387;
}
</style>