Shades of Medium Red Violet #BD3F86
Tints of Medium Red Violet #BD3F86
RGB
CMYK
RGB Variations
Color information
#BD3F86 (or 0xBD3F86) is known color: Medium Red Violet. HEX triplet: BD, 3F and 86. RGB value is (189,63,134). Sum of RGB (Red+Green+Blue) = 189+63+134=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 63 (25% from 255 or 16.32% from 386); Blue value is 134 (52.73% from 255 or 34.72% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3F86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3F86 is #42C079. Grayscale: #6C6C6C. Windows color (decimal): -4374650 or 8798141. OLE color: 8798141.
HSL color Cylindrical-coordinate representation of color #BD3F86: hue angle of 326.19º 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 #BD3F86 is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 63 | 134 | - |
| CMYK | 0 | 0.67 | 0.29 | 0.26 |
| HSL | 326.19º | 0.5% | 0.49% | - |
| HSV(B) | 326.19º | 0.67% | 0.74% | - |
| XYZ | 27.07 | 16.1 | 24.23 | - |
| YUV | 108.77 | 142.24 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 63 | 134 | 0 | 0.67 | 0.29 | 0.26 | 326.19 | 0.5 | 0.49 |
| Hex | BD | 3F | 86 | 0 | 43 | 1D | 1A | 146 | 32 | 31 |
| Octal | 275 | 77 | 206 | 0 | 103 | 35 | 32 | 506 | 62 | 61 |
| Binary | 10111101 | 111111 | 10000110 | 0 | 1000011 | 11101 | 11010 | 101000110 | 110010 | 110001 |
Color Harmonies of #BD3F86
Complementary color
Monochromatic Colors of #BD3F86
Black with #BD3F86
Text Example
Text Example
White with #BD3F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3F86; }
p { color: rgb(189,63,134); }
H1.HeaderClassName
{
color: #BD3F86;
}
.AnyTagClassName
{
color: #BD3F86;
}
</style>
background-color css
<style>
a { background-color: #BD3F86; }
a { background-color: rgb(189,63,134); }
div.DivClassName
{
background-color: #BD3F86;
}
.BgClassName
{
background-color: #BD3F86;
}
</style>
border-color css
<style>
span { border-color: #BD3F86; }
span { border-color: rgb(189,63,134); }
td.TdClassName
{
border-color: #BD3F86;
}
.TagClassName
{
border-color: #BD3F86;
}
</style>