Shades of Medium Red Violet #BD2786
Tints of Medium Red Violet #BD2786
RGB
CMYK
RGB Variations
Color information
#BD2786 (or 0xBD2786) is known color: Medium Red Violet. HEX triplet: BD, 27 and 86. RGB value is (189,39,134). Sum of RGB (Red+Green+Blue) = 189+39+134=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 39 (15.62% from 255 or 10.77% from 362); Blue value is 134 (52.73% from 255 or 37.02% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2786 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2786 is #42D879. Grayscale: #5E5E5E. Windows color (decimal): -4380794 or 8791997. OLE color: 8791997.
HSL color Cylindrical-coordinate representation of color #BD2786: hue angle of 322º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD2786 is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 39 | 134 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.26 |
| HSL | 322º | 0.66% | 0.45% | - |
| HSV(B) | 322º | 0.79% | 0.74% | - |
| XYZ | 26.01 | 13.99 | 23.88 | - |
| YUV | 94.68 | 150.2 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 39 | 134 | 0 | 0.79 | 0.29 | 0.26 | 322 | 0.66 | 0.45 |
| Hex | BD | 27 | 86 | 0 | 4F | 1D | 1A | 142 | 42 | 2D |
| Octal | 275 | 47 | 206 | 0 | 117 | 35 | 32 | 502 | 102 | 55 |
| Binary | 10111101 | 100111 | 10000110 | 0 | 1001111 | 11101 | 11010 | 101000010 | 1000010 | 101101 |
Color Harmonies of #BD2786
Complementary color
Monochromatic Colors of #BD2786
Black with #BD2786
Text Example
Text Example
White with #BD2786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2786; }
p { color: rgb(189,39,134); }
H1.HeaderClassName
{
color: #BD2786;
}
.AnyTagClassName
{
color: #BD2786;
}
</style>
background-color css
<style>
a { background-color: #BD2786; }
a { background-color: rgb(189,39,134); }
div.DivClassName
{
background-color: #BD2786;
}
.BgClassName
{
background-color: #BD2786;
}
</style>
border-color css
<style>
span { border-color: #BD2786; }
span { border-color: rgb(189,39,134); }
td.TdClassName
{
border-color: #BD2786;
}
.TagClassName
{
border-color: #BD2786;
}
</style>