Shades of Medium Red Violet #BD3C7F
Tints of Medium Red Violet #BD3C7F
RGB
CMYK
RGB Variations
Color information
#BD3C7F (or 0xBD3C7F) is known color: Medium Red Violet. HEX triplet: BD, 3C and 7F. RGB value is (189,60,127). Sum of RGB (Red+Green+Blue) = 189+60+127=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 60 (23.83% from 255 or 15.96% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3C7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3C7F is #42C380. Grayscale: #6A6A6A. Windows color (decimal): -4375425 or 8338621. OLE color: 8338621.
HSL color Cylindrical-coordinate representation of color #BD3C7F: hue angle of 328.84º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD3C7F is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 60 | 127 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.26 |
| HSL | 328.84º | 0.52% | 0.49% | - |
| HSV(B) | 328.84º | 0.68% | 0.74% | - |
| XYZ | 26.43 | 15.58 | 21.69 | - |
| YUV | 106.21 | 139.74 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 60 | 127 | 0 | 0.68 | 0.33 | 0.26 | 328.84 | 0.52 | 0.49 |
| Hex | BD | 3C | 7F | 0 | 44 | 21 | 1A | 149 | 34 | 31 |
| Octal | 275 | 74 | 177 | 0 | 104 | 41 | 32 | 511 | 64 | 61 |
| Binary | 10111101 | 111100 | 1111111 | 0 | 1000100 | 100001 | 11010 | 101001001 | 110100 | 110001 |
Color Harmonies of #BD3C7F
Complementary color
Monochromatic Colors of #BD3C7F
Black with #BD3C7F
Text Example
Text Example
White with #BD3C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3C7F; }
p { color: rgb(189,60,127); }
H1.HeaderClassName
{
color: #BD3C7F;
}
.AnyTagClassName
{
color: #BD3C7F;
}
</style>
background-color css
<style>
a { background-color: #BD3C7F; }
a { background-color: rgb(189,60,127); }
div.DivClassName
{
background-color: #BD3C7F;
}
.BgClassName
{
background-color: #BD3C7F;
}
</style>
border-color css
<style>
span { border-color: #BD3C7F; }
span { border-color: rgb(189,60,127); }
td.TdClassName
{
border-color: #BD3C7F;
}
.TagClassName
{
border-color: #BD3C7F;
}
</style>