Shades of Medium Red Violet #BD2C6C
Tints of Medium Red Violet #BD2C6C
RGB
CMYK
RGB Variations
Color information
#BD2C6C (or 0xBD2C6C) is known color: Medium Red Violet. HEX triplet: BD, 2C and 6C. RGB value is (189,44,108). Sum of RGB (Red+Green+Blue) = 189+44+108=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 44 (17.58% from 255 or 12.90% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2C6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2C6C is #42D393. Grayscale: #5E5E5E. Windows color (decimal): -4379540 or 7089341. OLE color: 7089341.
HSL color Cylindrical-coordinate representation of color #BD2C6C: hue angle of 333.52º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD2C6C is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 44 | 108 | - |
| CMYK | 0 | 0.77 | 0.43 | 0.26 |
| HSL | 333.52º | 0.62% | 0.46% | - |
| HSV(B) | 333.52º | 0.77% | 0.74% | - |
| XYZ | 24.59 | 13.7 | 15.54 | - |
| YUV | 94.65 | 135.54 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 44 | 108 | 0 | 0.77 | 0.43 | 0.26 | 333.52 | 0.62 | 0.46 |
| Hex | BD | 2C | 6C | 0 | 4D | 2B | 1A | 14E | 3E | 2E |
| Octal | 275 | 54 | 154 | 0 | 115 | 53 | 32 | 516 | 76 | 56 |
| Binary | 10111101 | 101100 | 1101100 | 0 | 1001101 | 101011 | 11010 | 101001110 | 111110 | 101110 |
Color Harmonies of #BD2C6C
Complementary color
Monochromatic Colors of #BD2C6C
Black with #BD2C6C
Text Example
Text Example
White with #BD2C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2C6C; }
p { color: rgb(189,44,108); }
H1.HeaderClassName
{
color: #BD2C6C;
}
.AnyTagClassName
{
color: #BD2C6C;
}
</style>
background-color css
<style>
a { background-color: #BD2C6C; }
a { background-color: rgb(189,44,108); }
div.DivClassName
{
background-color: #BD2C6C;
}
.BgClassName
{
background-color: #BD2C6C;
}
</style>
border-color css
<style>
span { border-color: #BD2C6C; }
span { border-color: rgb(189,44,108); }
td.TdClassName
{
border-color: #BD2C6C;
}
.TagClassName
{
border-color: #BD2C6C;
}
</style>