Shades of Medium Red Violet #BD358F
Tints of Medium Red Violet #BD358F
RGB
CMYK
RGB Variations
Color information
#BD358F (or 0xBD358F) is known color: Medium Red Violet. HEX triplet: BD, 35 and 8F. RGB value is (189,53,143). Sum of RGB (Red+Green+Blue) = 189+53+143=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 53 (21.09% from 255 or 13.77% from 385); Blue value is 143 (56.25% from 255 or 37.14% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BD358F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD358F is #42CA70. Grayscale: #676767. Windows color (decimal): -4377201 or 9385405. OLE color: 9385405.
HSL color Cylindrical-coordinate representation of color #BD358F: hue angle of 320.29º 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 #BD358F is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 53 | 143 | - |
| CMYK | 0 | 0.72 | 0.24 | 0.26 |
| HSL | 320.29º | 0.56% | 0.47% | - |
| HSV(B) | 320.29º | 0.72% | 0.74% | - |
| XYZ | 27.22 | 15.35 | 27.51 | - |
| YUV | 103.92 | 150.06 | 188.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 53 | 143 | 0 | 0.72 | 0.24 | 0.26 | 320.29 | 0.56 | 0.47 |
| Hex | BD | 35 | 8F | 0 | 48 | 18 | 1A | 140 | 38 | 2F |
| Octal | 275 | 65 | 217 | 0 | 110 | 30 | 32 | 500 | 70 | 57 |
| Binary | 10111101 | 110101 | 10001111 | 0 | 1001000 | 11000 | 11010 | 101000000 | 111000 | 101111 |
Color Harmonies of #BD358F
Complementary color
Monochromatic Colors of #BD358F
Black with #BD358F
Text Example
Text Example
White with #BD358F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD358F; }
p { color: rgb(189,53,143); }
H1.HeaderClassName
{
color: #BD358F;
}
.AnyTagClassName
{
color: #BD358F;
}
</style>
background-color css
<style>
a { background-color: #BD358F; }
a { background-color: rgb(189,53,143); }
div.DivClassName
{
background-color: #BD358F;
}
.BgClassName
{
background-color: #BD358F;
}
</style>
border-color css
<style>
span { border-color: #BD358F; }
span { border-color: rgb(189,53,143); }
td.TdClassName
{
border-color: #BD358F;
}
.TagClassName
{
border-color: #BD358F;
}
</style>