Shades of Medium Red Violet #BD349B
Tints of Medium Red Violet #BD349B
RGB
CMYK
RGB Variations
Color information
#BD349B (or 0xBD349B) is known color: Medium Red Violet. HEX triplet: BD, 34 and 9B. RGB value is (189,52,155). Sum of RGB (Red+Green+Blue) = 189+52+155=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 52 (20.70% from 255 or 13.13% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BD349B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD349B is #42CB64. Grayscale: #686868. Windows color (decimal): -4377445 or 10171581. OLE color: 10171581.
HSL color Cylindrical-coordinate representation of color #BD349B: hue angle of 314.89º degrees, saturation: 0.57, 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 #BD349B is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 52 | 155 | - |
| CMYK | 0 | 0.72 | 0.18 | 0.26 |
| HSL | 314.89º | 0.57% | 0.47% | - |
| HSV(B) | 314.89º | 0.72% | 0.74% | - |
| XYZ | 28.13 | 15.64 | 32.55 | - |
| YUV | 104.71 | 156.39 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 52 | 155 | 0 | 0.72 | 0.18 | 0.26 | 314.89 | 0.57 | 0.47 |
| Hex | BD | 34 | 9B | 0 | 48 | 12 | 1A | 13B | 39 | 2F |
| Octal | 275 | 64 | 233 | 0 | 110 | 22 | 32 | 473 | 71 | 57 |
| Binary | 10111101 | 110100 | 10011011 | 0 | 1001000 | 10010 | 11010 | 100111011 | 111001 | 101111 |
Color Harmonies of #BD349B
Complementary color
Monochromatic Colors of #BD349B
Black with #BD349B
Text Example
Text Example
White with #BD349B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD349B; }
p { color: rgb(189,52,155); }
H1.HeaderClassName
{
color: #BD349B;
}
.AnyTagClassName
{
color: #BD349B;
}
</style>
background-color css
<style>
a { background-color: #BD349B; }
a { background-color: rgb(189,52,155); }
div.DivClassName
{
background-color: #BD349B;
}
.BgClassName
{
background-color: #BD349B;
}
</style>
border-color css
<style>
span { border-color: #BD349B; }
span { border-color: rgb(189,52,155); }
td.TdClassName
{
border-color: #BD349B;
}
.TagClassName
{
border-color: #BD349B;
}
</style>