Shades of Medium Red Violet #BD359C
Tints of Medium Red Violet #BD359C
RGB
CMYK
RGB Variations
Color information
#BD359C (or 0xBD359C) is known color: Medium Red Violet. HEX triplet: BD, 35 and 9C. RGB value is (189,53,156). Sum of RGB (Red+Green+Blue) = 189+53+156=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 53 (21.09% from 255 or 13.32% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 189 - color contains mainly: red. Hex color #BD359C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD359C is #42CA63. Grayscale: #696969. Windows color (decimal): -4377188 or 10237373. OLE color: 10237373.
HSL color Cylindrical-coordinate representation of color #BD359C: hue angle of 314.56º 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 #BD359C is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 53 | 156 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.26 |
| HSL | 314.56º | 0.56% | 0.47% | - |
| HSV(B) | 314.56º | 0.72% | 0.74% | - |
| XYZ | 28.26 | 15.77 | 33.01 | - |
| YUV | 105.41 | 156.56 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 53 | 156 | 0 | 0.72 | 0.17 | 0.26 | 314.56 | 0.56 | 0.47 |
| Hex | BD | 35 | 9C | 0 | 48 | 11 | 1A | 13B | 38 | 2F |
| Octal | 275 | 65 | 234 | 0 | 110 | 21 | 32 | 473 | 70 | 57 |
| Binary | 10111101 | 110101 | 10011100 | 0 | 1001000 | 10001 | 11010 | 100111011 | 111000 | 101111 |
Color Harmonies of #BD359C
Complementary color
Monochromatic Colors of #BD359C
Black with #BD359C
Text Example
Text Example
White with #BD359C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD359C; }
p { color: rgb(189,53,156); }
H1.HeaderClassName
{
color: #BD359C;
}
.AnyTagClassName
{
color: #BD359C;
}
</style>
background-color css
<style>
a { background-color: #BD359C; }
a { background-color: rgb(189,53,156); }
div.DivClassName
{
background-color: #BD359C;
}
.BgClassName
{
background-color: #BD359C;
}
</style>
border-color css
<style>
span { border-color: #BD359C; }
span { border-color: rgb(189,53,156); }
td.TdClassName
{
border-color: #BD359C;
}
.TagClassName
{
border-color: #BD359C;
}
</style>