Shades of Medium Red Violet #BD358D
Tints of Medium Red Violet #BD358D
RGB
CMYK
RGB Variations
Color information
#BD358D (or 0xBD358D) is known color: Medium Red Violet. HEX triplet: BD, 35 and 8D. RGB value is (189,53,141). Sum of RGB (Red+Green+Blue) = 189+53+141=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 53 (21.09% from 255 or 13.84% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BD358D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD358D is #42CA72. Grayscale: #676767. Windows color (decimal): -4377203 or 9254333. OLE color: 9254333.
HSL color Cylindrical-coordinate representation of color #BD358D: hue angle of 321.18º 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 #BD358D is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 53 | 141 | - |
| CMYK | 0 | 0.72 | 0.25 | 0.26 |
| HSL | 321.18º | 0.56% | 0.47% | - |
| HSV(B) | 321.18º | 0.72% | 0.74% | - |
| XYZ | 27.07 | 15.29 | 26.72 | - |
| YUV | 103.7 | 149.06 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 53 | 141 | 0 | 0.72 | 0.25 | 0.26 | 321.18 | 0.56 | 0.47 |
| Hex | BD | 35 | 8D | 0 | 48 | 19 | 1A | 141 | 38 | 2F |
| Octal | 275 | 65 | 215 | 0 | 110 | 31 | 32 | 501 | 70 | 57 |
| Binary | 10111101 | 110101 | 10001101 | 0 | 1001000 | 11001 | 11010 | 101000001 | 111000 | 101111 |
Color Harmonies of #BD358D
Complementary color
Monochromatic Colors of #BD358D
Black with #BD358D
Text Example
Text Example
White with #BD358D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD358D; }
p { color: rgb(189,53,141); }
H1.HeaderClassName
{
color: #BD358D;
}
.AnyTagClassName
{
color: #BD358D;
}
</style>
background-color css
<style>
a { background-color: #BD358D; }
a { background-color: rgb(189,53,141); }
div.DivClassName
{
background-color: #BD358D;
}
.BgClassName
{
background-color: #BD358D;
}
</style>
border-color css
<style>
span { border-color: #BD358D; }
span { border-color: rgb(189,53,141); }
td.TdClassName
{
border-color: #BD358D;
}
.TagClassName
{
border-color: #BD358D;
}
</style>