Shades of Medium Red Violet #BD378A
Tints of Medium Red Violet #BD378A
RGB
CMYK
RGB Variations
Color information
#BD378A (or 0xBD378A) is known color: Medium Red Violet. HEX triplet: BD, 37 and 8A. RGB value is (189,55,138). Sum of RGB (Red+Green+Blue) = 189+55+138=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 55 (21.88% from 255 or 14.40% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BD378A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD378A is #42C875. Grayscale: #686868. Windows color (decimal): -4376694 or 9058237. OLE color: 9058237.
HSL color Cylindrical-coordinate representation of color #BD378A: hue angle of 322.84º 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 #BD378A is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 55 | 138 | - |
| CMYK | 0 | 0.71 | 0.27 | 0.26 |
| HSL | 322.84º | 0.55% | 0.48% | - |
| HSV(B) | 322.84º | 0.71% | 0.74% | - |
| XYZ | 26.94 | 15.39 | 25.59 | - |
| YUV | 104.53 | 146.89 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 55 | 138 | 0 | 0.71 | 0.27 | 0.26 | 322.84 | 0.55 | 0.48 |
| Hex | BD | 37 | 8A | 0 | 47 | 1B | 1A | 143 | 37 | 30 |
| Octal | 275 | 67 | 212 | 0 | 107 | 33 | 32 | 503 | 67 | 60 |
| Binary | 10111101 | 110111 | 10001010 | 0 | 1000111 | 11011 | 11010 | 101000011 | 110111 | 110000 |
Color Harmonies of #BD378A
Complementary color
Monochromatic Colors of #BD378A
Black with #BD378A
Text Example
Text Example
White with #BD378A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD378A; }
p { color: rgb(189,55,138); }
H1.HeaderClassName
{
color: #BD378A;
}
.AnyTagClassName
{
color: #BD378A;
}
</style>
background-color css
<style>
a { background-color: #BD378A; }
a { background-color: rgb(189,55,138); }
div.DivClassName
{
background-color: #BD378A;
}
.BgClassName
{
background-color: #BD378A;
}
</style>
border-color css
<style>
span { border-color: #BD378A; }
span { border-color: rgb(189,55,138); }
td.TdClassName
{
border-color: #BD378A;
}
.TagClassName
{
border-color: #BD378A;
}
</style>