Shades of Medium Red Violet #BD3F87
Tints of Medium Red Violet #BD3F87
RGB
CMYK
RGB Variations
Color information
#BD3F87 (or 0xBD3F87) is known color: Medium Red Violet. HEX triplet: BD, 3F and 87. RGB value is (189,63,135). Sum of RGB (Red+Green+Blue) = 189+63+135=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 63 (25% from 255 or 16.28% from 387); Blue value is 135 (53.12% from 255 or 34.88% from 387); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3F87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3F87 is #42C078. Grayscale: #6C6C6C. Windows color (decimal): -4374649 or 8863677. OLE color: 8863677.
HSL color Cylindrical-coordinate representation of color #BD3F87: hue angle of 325.71º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD3F87 is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 63 | 135 | - |
| CMYK | 0 | 0.67 | 0.29 | 0.26 |
| HSL | 325.71º | 0.5% | 0.49% | - |
| HSV(B) | 325.71º | 0.67% | 0.74% | - |
| XYZ | 27.14 | 16.12 | 24.6 | - |
| YUV | 108.88 | 142.74 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 63 | 135 | 0 | 0.67 | 0.29 | 0.26 | 325.71 | 0.5 | 0.49 |
| Hex | BD | 3F | 87 | 0 | 43 | 1D | 1A | 146 | 32 | 31 |
| Octal | 275 | 77 | 207 | 0 | 103 | 35 | 32 | 506 | 62 | 61 |
| Binary | 10111101 | 111111 | 10000111 | 0 | 1000011 | 11101 | 11010 | 101000110 | 110010 | 110001 |
Color Harmonies of #BD3F87
Complementary color
Monochromatic Colors of #BD3F87
Black with #BD3F87
Text Example
Text Example
White with #BD3F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3F87; }
p { color: rgb(189,63,135); }
H1.HeaderClassName
{
color: #BD3F87;
}
.AnyTagClassName
{
color: #BD3F87;
}
</style>
background-color css
<style>
a { background-color: #BD3F87; }
a { background-color: rgb(189,63,135); }
div.DivClassName
{
background-color: #BD3F87;
}
.BgClassName
{
background-color: #BD3F87;
}
</style>
border-color css
<style>
span { border-color: #BD3F87; }
span { border-color: rgb(189,63,135); }
td.TdClassName
{
border-color: #BD3F87;
}
.TagClassName
{
border-color: #BD3F87;
}
</style>