Shades of Medium Red Violet #BD348D
Tints of Medium Red Violet #BD348D
RGB
CMYK
RGB Variations
Color information
#BD348D (or 0xBD348D) is known color: Medium Red Violet. HEX triplet: BD, 34 and 8D. RGB value is (189,52,141). Sum of RGB (Red+Green+Blue) = 189+52+141=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 52 (20.70% from 255 or 13.61% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BD348D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD348D is #42CB72. Grayscale: #666666. Windows color (decimal): -4377459 or 9254077. OLE color: 9254077.
HSL color Cylindrical-coordinate representation of color #BD348D: hue angle of 321.02º 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 #BD348D is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 52 | 141 | - |
| CMYK | 0 | 0.72 | 0.25 | 0.26 |
| HSL | 321.02º | 0.57% | 0.47% | - |
| HSV(B) | 321.02º | 0.72% | 0.74% | - |
| XYZ | 27.02 | 15.2 | 26.71 | - |
| YUV | 103.11 | 149.39 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 52 | 141 | 0 | 0.72 | 0.25 | 0.26 | 321.02 | 0.57 | 0.47 |
| Hex | BD | 34 | 8D | 0 | 48 | 19 | 1A | 141 | 39 | 2F |
| Octal | 275 | 64 | 215 | 0 | 110 | 31 | 32 | 501 | 71 | 57 |
| Binary | 10111101 | 110100 | 10001101 | 0 | 1001000 | 11001 | 11010 | 101000001 | 111001 | 101111 |
Color Harmonies of #BD348D
Complementary color
Monochromatic Colors of #BD348D
Black with #BD348D
Text Example
Text Example
White with #BD348D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD348D; }
p { color: rgb(189,52,141); }
H1.HeaderClassName
{
color: #BD348D;
}
.AnyTagClassName
{
color: #BD348D;
}
</style>
background-color css
<style>
a { background-color: #BD348D; }
a { background-color: rgb(189,52,141); }
div.DivClassName
{
background-color: #BD348D;
}
.BgClassName
{
background-color: #BD348D;
}
</style>
border-color css
<style>
span { border-color: #BD348D; }
span { border-color: rgb(189,52,141); }
td.TdClassName
{
border-color: #BD348D;
}
.TagClassName
{
border-color: #BD348D;
}
</style>