Shades of Medium Red Violet #BD358E
Tints of Medium Red Violet #BD358E
RGB
CMYK
RGB Variations
Color information
#BD358E (or 0xBD358E) is known color: Medium Red Violet. HEX triplet: BD, 35 and 8E. RGB value is (189,53,142). Sum of RGB (Red+Green+Blue) = 189+53+142=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 53 (21.09% from 255 or 13.80% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BD358E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD358E is #42CA71. Grayscale: #676767. Windows color (decimal): -4377202 or 9319869. OLE color: 9319869.
HSL color Cylindrical-coordinate representation of color #BD358E: hue angle of 320.74º 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 #BD358E is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 53 | 142 | - |
| CMYK | 0 | 0.72 | 0.25 | 0.26 |
| HSL | 320.74º | 0.56% | 0.47% | - |
| HSV(B) | 320.74º | 0.72% | 0.74% | - |
| XYZ | 27.14 | 15.32 | 27.12 | - |
| YUV | 103.81 | 149.56 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 53 | 142 | 0 | 0.72 | 0.25 | 0.26 | 320.74 | 0.56 | 0.47 |
| Hex | BD | 35 | 8E | 0 | 48 | 19 | 1A | 141 | 38 | 2F |
| Octal | 275 | 65 | 216 | 0 | 110 | 31 | 32 | 501 | 70 | 57 |
| Binary | 10111101 | 110101 | 10001110 | 0 | 1001000 | 11001 | 11010 | 101000001 | 111000 | 101111 |
Color Harmonies of #BD358E
Complementary color
Monochromatic Colors of #BD358E
Black with #BD358E
Text Example
Text Example
White with #BD358E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD358E; }
p { color: rgb(189,53,142); }
H1.HeaderClassName
{
color: #BD358E;
}
.AnyTagClassName
{
color: #BD358E;
}
</style>
background-color css
<style>
a { background-color: #BD358E; }
a { background-color: rgb(189,53,142); }
div.DivClassName
{
background-color: #BD358E;
}
.BgClassName
{
background-color: #BD358E;
}
</style>
border-color css
<style>
span { border-color: #BD358E; }
span { border-color: rgb(189,53,142); }
td.TdClassName
{
border-color: #BD358E;
}
.TagClassName
{
border-color: #BD358E;
}
</style>