Shades of Medium Red Violet #BD2687
Tints of Medium Red Violet #BD2687
RGB
CMYK
RGB Variations
Color information
#BD2687 (or 0xBD2687) is known color: Medium Red Violet. HEX triplet: BD, 26 and 87. RGB value is (189,38,135). Sum of RGB (Red+Green+Blue) = 189+38+135=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 38 (15.23% from 255 or 10.50% from 362); Blue value is 135 (53.12% from 255 or 37.29% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2687 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2687 is #42D978. Grayscale: #5D5D5D. Windows color (decimal): -4381049 or 8857277. OLE color: 8857277.
HSL color Cylindrical-coordinate representation of color #BD2687: hue angle of 321.46º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD2687 is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 38 | 135 | - |
| CMYK | 0 | 0.80 | 0.29 | 0.26 |
| HSL | 321.46º | 0.67% | 0.45% | - |
| HSV(B) | 321.46º | 0.8% | 0.74% | - |
| XYZ | 26.05 | 13.95 | 24.24 | - |
| YUV | 94.21 | 151.03 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 38 | 135 | 0 | 0.80 | 0.29 | 0.26 | 321.46 | 0.67 | 0.45 |
| Hex | BD | 26 | 87 | 0 | 50 | 1D | 1A | 141 | 43 | 2D |
| Octal | 275 | 46 | 207 | 0 | 120 | 35 | 32 | 501 | 103 | 55 |
| Binary | 10111101 | 100110 | 10000111 | 0 | 1010000 | 11101 | 11010 | 101000001 | 1000011 | 101101 |
Color Harmonies of #BD2687
Complementary color
Monochromatic Colors of #BD2687
Black with #BD2687
Text Example
Text Example
White with #BD2687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2687; }
p { color: rgb(189,38,135); }
H1.HeaderClassName
{
color: #BD2687;
}
.AnyTagClassName
{
color: #BD2687;
}
</style>
background-color css
<style>
a { background-color: #BD2687; }
a { background-color: rgb(189,38,135); }
div.DivClassName
{
background-color: #BD2687;
}
.BgClassName
{
background-color: #BD2687;
}
</style>
border-color css
<style>
span { border-color: #BD2687; }
span { border-color: rgb(189,38,135); }
td.TdClassName
{
border-color: #BD2687;
}
.TagClassName
{
border-color: #BD2687;
}
</style>