Shades of Medium Red Violet #BD337C
Tints of Medium Red Violet #BD337C
RGB
CMYK
RGB Variations
Color information
#BD337C (or 0xBD337C) is known color: Medium Red Violet. HEX triplet: BD, 33 and 7C. RGB value is (189,51,124). Sum of RGB (Red+Green+Blue) = 189+51+124=364 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.92% from 364); Green value is 51 (20.31% from 255 or 14.01% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 189 - color contains mainly: red. Hex color #BD337C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD337C is #42CC83. Grayscale: #646464. Windows color (decimal): -4377732 or 8139709. OLE color: 8139709.
HSL color Cylindrical-coordinate representation of color #BD337C: hue angle of 328.26º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD337C is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 51 | 124 | - |
| CMYK | 0 | 0.73 | 0.34 | 0.26 |
| HSL | 328.26º | 0.58% | 0.47% | - |
| HSV(B) | 328.26º | 0.73% | 0.74% | - |
| XYZ | 25.81 | 14.64 | 20.53 | - |
| YUV | 100.58 | 141.22 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 51 | 124 | 0 | 0.73 | 0.34 | 0.26 | 328.26 | 0.58 | 0.47 |
| Hex | BD | 33 | 7C | 0 | 49 | 22 | 1A | 148 | 3A | 2F |
| Octal | 275 | 63 | 174 | 0 | 111 | 42 | 32 | 510 | 72 | 57 |
| Binary | 10111101 | 110011 | 1111100 | 0 | 1001001 | 100010 | 11010 | 101001000 | 111010 | 101111 |
Color Harmonies of #BD337C
Complementary color
Monochromatic Colors of #BD337C
Black with #BD337C
Text Example
Text Example
White with #BD337C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD337C; }
p { color: rgb(189,51,124); }
H1.HeaderClassName
{
color: #BD337C;
}
.AnyTagClassName
{
color: #BD337C;
}
</style>
background-color css
<style>
a { background-color: #BD337C; }
a { background-color: rgb(189,51,124); }
div.DivClassName
{
background-color: #BD337C;
}
.BgClassName
{
background-color: #BD337C;
}
</style>
border-color css
<style>
span { border-color: #BD337C; }
span { border-color: rgb(189,51,124); }
td.TdClassName
{
border-color: #BD337C;
}
.TagClassName
{
border-color: #BD337C;
}
</style>