Shades of Medium Red Violet #BD377C
Tints of Medium Red Violet #BD377C
RGB
CMYK
RGB Variations
Color information
#BD377C (or 0xBD377C) is known color: Medium Red Violet. HEX triplet: BD, 37 and 7C. RGB value is (189,55,124). Sum of RGB (Red+Green+Blue) = 189+55+124=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 55 (21.88% from 255 or 14.95% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD377C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD377C is #42C883. Grayscale: #666666. Windows color (decimal): -4376708 or 8140733. OLE color: 8140733.
HSL color Cylindrical-coordinate representation of color #BD377C: hue angle of 329.1º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD377C is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 55 | 124 | - |
| CMYK | 0 | 0.71 | 0.34 | 0.26 |
| HSL | 329.1º | 0.55% | 0.48% | - |
| HSV(B) | 329.1º | 0.71% | 0.74% | - |
| XYZ | 25.99 | 15.01 | 20.6 | - |
| YUV | 102.93 | 139.89 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 55 | 124 | 0 | 0.71 | 0.34 | 0.26 | 329.1 | 0.55 | 0.48 |
| Hex | BD | 37 | 7C | 0 | 47 | 22 | 1A | 149 | 37 | 30 |
| Octal | 275 | 67 | 174 | 0 | 107 | 42 | 32 | 511 | 67 | 60 |
| Binary | 10111101 | 110111 | 1111100 | 0 | 1000111 | 100010 | 11010 | 101001001 | 110111 | 110000 |
Color Harmonies of #BD377C
Complementary color
Monochromatic Colors of #BD377C
Black with #BD377C
Text Example
Text Example
White with #BD377C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD377C; }
p { color: rgb(189,55,124); }
H1.HeaderClassName
{
color: #BD377C;
}
.AnyTagClassName
{
color: #BD377C;
}
</style>
background-color css
<style>
a { background-color: #BD377C; }
a { background-color: rgb(189,55,124); }
div.DivClassName
{
background-color: #BD377C;
}
.BgClassName
{
background-color: #BD377C;
}
</style>
border-color css
<style>
span { border-color: #BD377C; }
span { border-color: rgb(189,55,124); }
td.TdClassName
{
border-color: #BD377C;
}
.TagClassName
{
border-color: #BD377C;
}
</style>