Shades of Medium Red Violet #BD379F
Tints of Medium Red Violet #BD379F
RGB
CMYK
RGB Variations
Color information
#BD379F (or 0xBD379F) is known color: Medium Red Violet. HEX triplet: BD, 37 and 9F. RGB value is (189,55,159). Sum of RGB (Red+Green+Blue) = 189+55+159=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 55 (21.88% from 255 or 13.65% from 403); Blue value is 159 (62.5% from 255 or 39.45% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BD379F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD379F is #42C860. Grayscale: #6A6A6A. Windows color (decimal): -4376673 or 10434493. OLE color: 10434493.
HSL color Cylindrical-coordinate representation of color #BD379F: hue angle of 313.43º 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 #BD379F is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 55 | 159 | - |
| CMYK | 0 | 0.71 | 0.16 | 0.26 |
| HSL | 313.43º | 0.55% | 0.48% | - |
| HSV(B) | 313.43º | 0.71% | 0.74% | - |
| XYZ | 28.61 | 16.05 | 34.39 | - |
| YUV | 106.92 | 157.39 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 55 | 159 | 0 | 0.71 | 0.16 | 0.26 | 313.43 | 0.55 | 0.48 |
| Hex | BD | 37 | 9F | 0 | 47 | 10 | 1A | 139 | 37 | 30 |
| Octal | 275 | 67 | 237 | 0 | 107 | 20 | 32 | 471 | 67 | 60 |
| Binary | 10111101 | 110111 | 10011111 | 0 | 1000111 | 10000 | 11010 | 100111001 | 110111 | 110000 |
Color Harmonies of #BD379F
Complementary color
Monochromatic Colors of #BD379F
Black with #BD379F
Text Example
Text Example
White with #BD379F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD379F; }
p { color: rgb(189,55,159); }
H1.HeaderClassName
{
color: #BD379F;
}
.AnyTagClassName
{
color: #BD379F;
}
</style>
background-color css
<style>
a { background-color: #BD379F; }
a { background-color: rgb(189,55,159); }
div.DivClassName
{
background-color: #BD379F;
}
.BgClassName
{
background-color: #BD379F;
}
</style>
border-color css
<style>
span { border-color: #BD379F; }
span { border-color: rgb(189,55,159); }
td.TdClassName
{
border-color: #BD379F;
}
.TagClassName
{
border-color: #BD379F;
}
</style>