Shades of Medium Violet Red #BD1575
Tints of Medium Violet Red #BD1575
RGB
CMYK
RGB Variations
Color information
#BD1575 (or 0xBD1575) is known color: Medium Violet Red. HEX triplet: BD, 15 and 75. RGB value is (189,21,117). Sum of RGB (Red+Green+Blue) = 189+21+117=327 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.80% from 327); Green value is 21 (8.59% from 255 or 6.42% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1575 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1575 is #42EA8A. Grayscale: #515151. Windows color (decimal): -4385419 or 7673277. OLE color: 7673277.
HSL color Cylindrical-coordinate representation of color #BD1575: hue angle of 325.71º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD1575 is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 21 | 117 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.26 |
| HSL | 325.71º | 0.8% | 0.41% | - |
| HSV(B) | 325.71º | 0.89% | 0.74% | - |
| XYZ | 24.47 | 12.64 | 17.98 | - |
| YUV | 82.18 | 147.66 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 21 | 117 | 0 | 0.89 | 0.38 | 0.26 | 325.71 | 0.8 | 0.41 |
| Hex | BD | 15 | 75 | 0 | 59 | 26 | 1A | 146 | 50 | 29 |
| Octal | 275 | 25 | 165 | 0 | 131 | 46 | 32 | 506 | 120 | 51 |
| Binary | 10111101 | 10101 | 1110101 | 0 | 1011001 | 100110 | 11010 | 101000110 | 1010000 | 101001 |
Color Harmonies of #BD1575
Complementary color
Monochromatic Colors of #BD1575
Black with #BD1575
Text Example
Text Example
White with #BD1575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1575; }
p { color: rgb(189,21,117); }
H1.HeaderClassName
{
color: #BD1575;
}
.AnyTagClassName
{
color: #BD1575;
}
</style>
background-color css
<style>
a { background-color: #BD1575; }
a { background-color: rgb(189,21,117); }
div.DivClassName
{
background-color: #BD1575;
}
.BgClassName
{
background-color: #BD1575;
}
</style>
border-color css
<style>
span { border-color: #BD1575; }
span { border-color: rgb(189,21,117); }
td.TdClassName
{
border-color: #BD1575;
}
.TagClassName
{
border-color: #BD1575;
}
</style>