Shades of Medium Red Violet #BD378D
Tints of Medium Red Violet #BD378D
RGB
CMYK
RGB Variations
Color information
#BD378D (or 0xBD378D) is known color: Medium Red Violet. HEX triplet: BD, 37 and 8D. RGB value is (189,55,141). Sum of RGB (Red+Green+Blue) = 189+55+141=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 55 (21.88% from 255 or 14.29% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BD378D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD378D is #42C872. Grayscale: #686868. Windows color (decimal): -4376691 or 9254845. OLE color: 9254845.
HSL color Cylindrical-coordinate representation of color #BD378D: hue angle of 321.49º 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 #BD378D is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 55 | 141 | - |
| CMYK | 0 | 0.71 | 0.25 | 0.26 |
| HSL | 321.49º | 0.55% | 0.48% | - |
| HSV(B) | 321.49º | 0.71% | 0.74% | - |
| XYZ | 27.16 | 15.47 | 26.75 | - |
| YUV | 104.87 | 148.39 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 55 | 141 | 0 | 0.71 | 0.25 | 0.26 | 321.49 | 0.55 | 0.48 |
| Hex | BD | 37 | 8D | 0 | 47 | 19 | 1A | 141 | 37 | 30 |
| Octal | 275 | 67 | 215 | 0 | 107 | 31 | 32 | 501 | 67 | 60 |
| Binary | 10111101 | 110111 | 10001101 | 0 | 1000111 | 11001 | 11010 | 101000001 | 110111 | 110000 |
Color Harmonies of #BD378D
Complementary color
Monochromatic Colors of #BD378D
Black with #BD378D
Text Example
Text Example
White with #BD378D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD378D; }
p { color: rgb(189,55,141); }
H1.HeaderClassName
{
color: #BD378D;
}
.AnyTagClassName
{
color: #BD378D;
}
</style>
background-color css
<style>
a { background-color: #BD378D; }
a { background-color: rgb(189,55,141); }
div.DivClassName
{
background-color: #BD378D;
}
.BgClassName
{
background-color: #BD378D;
}
</style>
border-color css
<style>
span { border-color: #BD378D; }
span { border-color: rgb(189,55,141); }
td.TdClassName
{
border-color: #BD378D;
}
.TagClassName
{
border-color: #BD378D;
}
</style>