Shades of Medium Red Violet #BD358B
Tints of Medium Red Violet #BD358B
RGB
CMYK
RGB Variations
Color information
#BD358B (or 0xBD358B) is known color: Medium Red Violet. HEX triplet: BD, 35 and 8B. RGB value is (189,53,139). Sum of RGB (Red+Green+Blue) = 189+53+139=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 53 (21.09% from 255 or 13.91% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BD358B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD358B is #42CA74. Grayscale: #676767. Windows color (decimal): -4377205 or 9123261. OLE color: 9123261.
HSL color Cylindrical-coordinate representation of color #BD358B: hue angle of 322.06º 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 #BD358B is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 53 | 139 | - |
| CMYK | 0 | 0.72 | 0.26 | 0.26 |
| HSL | 322.06º | 0.56% | 0.47% | - |
| HSV(B) | 322.06º | 0.72% | 0.74% | - |
| XYZ | 26.92 | 15.23 | 25.95 | - |
| YUV | 103.47 | 148.06 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 53 | 139 | 0 | 0.72 | 0.26 | 0.26 | 322.06 | 0.56 | 0.47 |
| Hex | BD | 35 | 8B | 0 | 48 | 1A | 1A | 142 | 38 | 2F |
| Octal | 275 | 65 | 213 | 0 | 110 | 32 | 32 | 502 | 70 | 57 |
| Binary | 10111101 | 110101 | 10001011 | 0 | 1001000 | 11010 | 11010 | 101000010 | 111000 | 101111 |
Color Harmonies of #BD358B
Complementary color
Monochromatic Colors of #BD358B
Black with #BD358B
Text Example
Text Example
White with #BD358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD358B; }
p { color: rgb(189,53,139); }
H1.HeaderClassName
{
color: #BD358B;
}
.AnyTagClassName
{
color: #BD358B;
}
</style>
background-color css
<style>
a { background-color: #BD358B; }
a { background-color: rgb(189,53,139); }
div.DivClassName
{
background-color: #BD358B;
}
.BgClassName
{
background-color: #BD358B;
}
</style>
border-color css
<style>
span { border-color: #BD358B; }
span { border-color: rgb(189,53,139); }
td.TdClassName
{
border-color: #BD358B;
}
.TagClassName
{
border-color: #BD358B;
}
</style>