Shades of Medium Red Violet #BD3880
Tints of Medium Red Violet #BD3880
RGB
CMYK
RGB Variations
Color information
#BD3880 (or 0xBD3880) is known color: Medium Red Violet. HEX triplet: BD, 38 and 80. RGB value is (189,56,128). Sum of RGB (Red+Green+Blue) = 189+56+128=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 56 (22.27% from 255 or 15.01% from 373); Blue value is 128 (50.39% from 255 or 34.32% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3880 is #42C77F. Grayscale: #676767. Windows color (decimal): -4376448 or 8403133. OLE color: 8403133.
HSL color Cylindrical-coordinate representation of color #BD3880: hue angle of 327.52º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD3880 is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 56 | 128 | - |
| CMYK | 0 | 0.70 | 0.32 | 0.26 |
| HSL | 327.52º | 0.54% | 0.48% | - |
| HSV(B) | 327.52º | 0.7% | 0.74% | - |
| XYZ | 26.3 | 15.21 | 21.97 | - |
| YUV | 103.98 | 141.56 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 56 | 128 | 0 | 0.70 | 0.32 | 0.26 | 327.52 | 0.54 | 0.48 |
| Hex | BD | 38 | 80 | 0 | 46 | 20 | 1A | 148 | 36 | 30 |
| Octal | 275 | 70 | 200 | 0 | 106 | 40 | 32 | 510 | 66 | 60 |
| Binary | 10111101 | 111000 | 10000000 | 0 | 1000110 | 100000 | 11010 | 101001000 | 110110 | 110000 |
Color Harmonies of #BD3880
Complementary color
Monochromatic Colors of #BD3880
Black with #BD3880
Text Example
Text Example
White with #BD3880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3880; }
p { color: rgb(189,56,128); }
H1.HeaderClassName
{
color: #BD3880;
}
.AnyTagClassName
{
color: #BD3880;
}
</style>
background-color css
<style>
a { background-color: #BD3880; }
a { background-color: rgb(189,56,128); }
div.DivClassName
{
background-color: #BD3880;
}
.BgClassName
{
background-color: #BD3880;
}
</style>
border-color css
<style>
span { border-color: #BD3880; }
span { border-color: rgb(189,56,128); }
td.TdClassName
{
border-color: #BD3880;
}
.TagClassName
{
border-color: #BD3880;
}
</style>