Shades of Medium Red Violet #BD359E
Tints of Medium Red Violet #BD359E
RGB
CMYK
RGB Variations
Color information
#BD359E (or 0xBD359E) is known color: Medium Red Violet. HEX triplet: BD, 35 and 9E. RGB value is (189,53,158). Sum of RGB (Red+Green+Blue) = 189+53+158=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 53 (21.09% from 255 or 13.25% from 400); Blue value is 158 (62.11% from 255 or 39.5% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BD359E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD359E is #42CA61. Grayscale: #696969. Windows color (decimal): -4377186 or 10368445. OLE color: 10368445.
HSL color Cylindrical-coordinate representation of color #BD359E: hue angle of 313.68º 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 #BD359E is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 53 | 158 | - |
| CMYK | 0 | 0.72 | 0.16 | 0.26 |
| HSL | 313.68º | 0.56% | 0.47% | - |
| HSV(B) | 313.68º | 0.72% | 0.74% | - |
| XYZ | 28.43 | 15.83 | 33.91 | - |
| YUV | 105.63 | 157.56 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 53 | 158 | 0 | 0.72 | 0.16 | 0.26 | 313.68 | 0.56 | 0.47 |
| Hex | BD | 35 | 9E | 0 | 48 | 10 | 1A | 13A | 38 | 2F |
| Octal | 275 | 65 | 236 | 0 | 110 | 20 | 32 | 472 | 70 | 57 |
| Binary | 10111101 | 110101 | 10011110 | 0 | 1001000 | 10000 | 11010 | 100111010 | 111000 | 101111 |
Color Harmonies of #BD359E
Complementary color
Monochromatic Colors of #BD359E
Black with #BD359E
Text Example
Text Example
White with #BD359E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD359E; }
p { color: rgb(189,53,158); }
H1.HeaderClassName
{
color: #BD359E;
}
.AnyTagClassName
{
color: #BD359E;
}
</style>
background-color css
<style>
a { background-color: #BD359E; }
a { background-color: rgb(189,53,158); }
div.DivClassName
{
background-color: #BD359E;
}
.BgClassName
{
background-color: #BD359E;
}
</style>
border-color css
<style>
span { border-color: #BD359E; }
span { border-color: rgb(189,53,158); }
td.TdClassName
{
border-color: #BD359E;
}
.TagClassName
{
border-color: #BD359E;
}
</style>