Shades of Medium Red Violet #BD3875
Tints of Medium Red Violet #BD3875
RGB
CMYK
RGB Variations
Color information
#BD3875 (or 0xBD3875) is known color: Medium Red Violet. HEX triplet: BD, 38 and 75. RGB value is (189,56,117). Sum of RGB (Red+Green+Blue) = 189+56+117=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 56 (22.27% from 255 or 15.47% from 362); Blue value is 117 (46.09% from 255 or 32.32% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3875 is #42C78A. Grayscale: #666666. Windows color (decimal): -4376459 or 7682237. OLE color: 7682237.
HSL color Cylindrical-coordinate representation of color #BD3875: hue angle of 332.48º 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 #BD3875 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 56 | 117 | - |
| CMYK | 0 | 0.70 | 0.38 | 0.26 |
| HSL | 332.48º | 0.54% | 0.48% | - |
| HSV(B) | 332.48º | 0.7% | 0.74% | - |
| XYZ | 25.61 | 14.93 | 18.36 | - |
| YUV | 102.72 | 136.06 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 56 | 117 | 0 | 0.70 | 0.38 | 0.26 | 332.48 | 0.54 | 0.48 |
| Hex | BD | 38 | 75 | 0 | 46 | 26 | 1A | 14C | 36 | 30 |
| Octal | 275 | 70 | 165 | 0 | 106 | 46 | 32 | 514 | 66 | 60 |
| Binary | 10111101 | 111000 | 1110101 | 0 | 1000110 | 100110 | 11010 | 101001100 | 110110 | 110000 |
Color Harmonies of #BD3875
Complementary color
Monochromatic Colors of #BD3875
Black with #BD3875
Text Example
Text Example
White with #BD3875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3875; }
p { color: rgb(189,56,117); }
H1.HeaderClassName
{
color: #BD3875;
}
.AnyTagClassName
{
color: #BD3875;
}
</style>
background-color css
<style>
a { background-color: #BD3875; }
a { background-color: rgb(189,56,117); }
div.DivClassName
{
background-color: #BD3875;
}
.BgClassName
{
background-color: #BD3875;
}
</style>
border-color css
<style>
span { border-color: #BD3875; }
span { border-color: rgb(189,56,117); }
td.TdClassName
{
border-color: #BD3875;
}
.TagClassName
{
border-color: #BD3875;
}
</style>