Shades of Medium Violet Red #BD1475
Tints of Medium Violet Red #BD1475
RGB
CMYK
RGB Variations
Color information
#BD1475 (or 0xBD1475) is known color: Medium Violet Red. HEX triplet: BD, 14 and 75. RGB value is (189,20,117). Sum of RGB (Red+Green+Blue) = 189+20+117=326 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.98% from 326); Green value is 20 (8.20% from 255 or 6.13% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1475 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1475 is #42EB8A. Grayscale: #515151. Windows color (decimal): -4385675 or 7673021. OLE color: 7673021.
HSL color Cylindrical-coordinate representation of color #BD1475: hue angle of 325.56º degrees, saturation: 0.81, 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 #BD1475 is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 20 | 117 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.26 |
| HSL | 325.56º | 0.81% | 0.41% | - |
| HSV(B) | 325.56º | 0.89% | 0.74% | - |
| XYZ | 24.45 | 12.6 | 17.97 | - |
| YUV | 81.59 | 147.99 | 204.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 20 | 117 | 0 | 0.89 | 0.38 | 0.26 | 325.56 | 0.81 | 0.41 |
| Hex | BD | 14 | 75 | 0 | 59 | 26 | 1A | 146 | 51 | 29 |
| Octal | 275 | 24 | 165 | 0 | 131 | 46 | 32 | 506 | 121 | 51 |
| Binary | 10111101 | 10100 | 1110101 | 0 | 1011001 | 100110 | 11010 | 101000110 | 1010001 | 101001 |
Color Harmonies of #BD1475
Complementary color
Monochromatic Colors of #BD1475
Black with #BD1475
Text Example
Text Example
White with #BD1475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1475; }
p { color: rgb(189,20,117); }
H1.HeaderClassName
{
color: #BD1475;
}
.AnyTagClassName
{
color: #BD1475;
}
</style>
background-color css
<style>
a { background-color: #BD1475; }
a { background-color: rgb(189,20,117); }
div.DivClassName
{
background-color: #BD1475;
}
.BgClassName
{
background-color: #BD1475;
}
</style>
border-color css
<style>
span { border-color: #BD1475; }
span { border-color: rgb(189,20,117); }
td.TdClassName
{
border-color: #BD1475;
}
.TagClassName
{
border-color: #BD1475;
}
</style>