Shades of Medium Red Violet #BD358A
Tints of Medium Red Violet #BD358A
RGB
CMYK
RGB Variations
Color information
#BD358A (or 0xBD358A) is known color: Medium Red Violet. HEX triplet: BD, 35 and 8A. RGB value is (189,53,138). Sum of RGB (Red+Green+Blue) = 189+53+138=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 53 (21.09% from 255 or 13.95% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BD358A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD358A is #42CA75. Grayscale: #676767. Windows color (decimal): -4377206 or 9057725. OLE color: 9057725.
HSL color Cylindrical-coordinate representation of color #BD358A: hue angle of 322.5º 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 #BD358A is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 53 | 138 | - |
| CMYK | 0 | 0.72 | 0.27 | 0.26 |
| HSL | 322.5º | 0.56% | 0.47% | - |
| HSV(B) | 322.5º | 0.72% | 0.74% | - |
| XYZ | 26.85 | 15.2 | 25.56 | - |
| YUV | 103.35 | 147.56 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 53 | 138 | 0 | 0.72 | 0.27 | 0.26 | 322.5 | 0.56 | 0.47 |
| Hex | BD | 35 | 8A | 0 | 48 | 1B | 1A | 142 | 38 | 2F |
| Octal | 275 | 65 | 212 | 0 | 110 | 33 | 32 | 502 | 70 | 57 |
| Binary | 10111101 | 110101 | 10001010 | 0 | 1001000 | 11011 | 11010 | 101000010 | 111000 | 101111 |
Color Harmonies of #BD358A
Complementary color
Monochromatic Colors of #BD358A
Black with #BD358A
Text Example
Text Example
White with #BD358A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD358A; }
p { color: rgb(189,53,138); }
H1.HeaderClassName
{
color: #BD358A;
}
.AnyTagClassName
{
color: #BD358A;
}
</style>
background-color css
<style>
a { background-color: #BD358A; }
a { background-color: rgb(189,53,138); }
div.DivClassName
{
background-color: #BD358A;
}
.BgClassName
{
background-color: #BD358A;
}
</style>
border-color css
<style>
span { border-color: #BD358A; }
span { border-color: rgb(189,53,138); }
td.TdClassName
{
border-color: #BD358A;
}
.TagClassName
{
border-color: #BD358A;
}
</style>