Shades of Medium Red Violet #BD347C
Tints of Medium Red Violet #BD347C
RGB
CMYK
RGB Variations
Color information
#BD347C (or 0xBD347C) is known color: Medium Red Violet. HEX triplet: BD, 34 and 7C. RGB value is (189,52,124). Sum of RGB (Red+Green+Blue) = 189+52+124=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 52 (20.70% from 255 or 14.25% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD347C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD347C is #42CB83. Grayscale: #656565. Windows color (decimal): -4377476 or 8139965. OLE color: 8139965.
HSL color Cylindrical-coordinate representation of color #BD347C: hue angle of 328.47º 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 #BD347C is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 52 | 124 | - |
| CMYK | 0 | 0.72 | 0.34 | 0.26 |
| HSL | 328.47º | 0.57% | 0.47% | - |
| HSV(B) | 328.47º | 0.72% | 0.74% | - |
| XYZ | 25.85 | 14.73 | 20.55 | - |
| YUV | 101.17 | 140.89 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 52 | 124 | 0 | 0.72 | 0.34 | 0.26 | 328.47 | 0.57 | 0.47 |
| Hex | BD | 34 | 7C | 0 | 48 | 22 | 1A | 148 | 39 | 2F |
| Octal | 275 | 64 | 174 | 0 | 110 | 42 | 32 | 510 | 71 | 57 |
| Binary | 10111101 | 110100 | 1111100 | 0 | 1001000 | 100010 | 11010 | 101001000 | 111001 | 101111 |
Color Harmonies of #BD347C
Complementary color
Monochromatic Colors of #BD347C
Black with #BD347C
Text Example
Text Example
White with #BD347C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD347C; }
p { color: rgb(189,52,124); }
H1.HeaderClassName
{
color: #BD347C;
}
.AnyTagClassName
{
color: #BD347C;
}
</style>
background-color css
<style>
a { background-color: #BD347C; }
a { background-color: rgb(189,52,124); }
div.DivClassName
{
background-color: #BD347C;
}
.BgClassName
{
background-color: #BD347C;
}
</style>
border-color css
<style>
span { border-color: #BD347C; }
span { border-color: rgb(189,52,124); }
td.TdClassName
{
border-color: #BD347C;
}
.TagClassName
{
border-color: #BD347C;
}
</style>