Shades of Medium Red Violet #BD3575
Tints of Medium Red Violet #BD3575
RGB
CMYK
RGB Variations
Color information
#BD3575 (or 0xBD3575) is known color: Medium Red Violet. HEX triplet: BD, 35 and 75. RGB value is (189,53,117). Sum of RGB (Red+Green+Blue) = 189+53+117=359 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.65% from 359); Green value is 53 (21.09% from 255 or 14.76% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3575 is #42CA8A. Grayscale: #646464. Windows color (decimal): -4377227 or 7681469. OLE color: 7681469.
HSL color Cylindrical-coordinate representation of color #BD3575: hue angle of 331.76º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD3575 is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 53 | 117 | - |
| CMYK | 0 | 0.72 | 0.38 | 0.26 |
| HSL | 331.76º | 0.56% | 0.47% | - |
| HSV(B) | 331.76º | 0.72% | 0.74% | - |
| XYZ | 25.47 | 14.65 | 18.31 | - |
| YUV | 100.96 | 137.06 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 53 | 117 | 0 | 0.72 | 0.38 | 0.26 | 331.76 | 0.56 | 0.47 |
| Hex | BD | 35 | 75 | 0 | 48 | 26 | 1A | 14C | 38 | 2F |
| Octal | 275 | 65 | 165 | 0 | 110 | 46 | 32 | 514 | 70 | 57 |
| Binary | 10111101 | 110101 | 1110101 | 0 | 1001000 | 100110 | 11010 | 101001100 | 111000 | 101111 |
Color Harmonies of #BD3575
Complementary color
Monochromatic Colors of #BD3575
Black with #BD3575
Text Example
Text Example
White with #BD3575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3575; }
p { color: rgb(189,53,117); }
H1.HeaderClassName
{
color: #BD3575;
}
.AnyTagClassName
{
color: #BD3575;
}
</style>
background-color css
<style>
a { background-color: #BD3575; }
a { background-color: rgb(189,53,117); }
div.DivClassName
{
background-color: #BD3575;
}
.BgClassName
{
background-color: #BD3575;
}
</style>
border-color css
<style>
span { border-color: #BD3575; }
span { border-color: rgb(189,53,117); }
td.TdClassName
{
border-color: #BD3575;
}
.TagClassName
{
border-color: #BD3575;
}
</style>