Shades of Medium Red Violet #BD2C8C
Tints of Medium Red Violet #BD2C8C
RGB
CMYK
RGB Variations
Color information
#BD2C8C (or 0xBD2C8C) is known color: Medium Red Violet. HEX triplet: BD, 2C and 8C. RGB value is (189,44,140). Sum of RGB (Red+Green+Blue) = 189+44+140=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 44 (17.58% from 255 or 11.80% from 373); Blue value is 140 (55.08% from 255 or 37.53% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2C8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2C8C is #42D373. Grayscale: #626262. Windows color (decimal): -4379508 or 9186493. OLE color: 9186493.
HSL color Cylindrical-coordinate representation of color #BD2C8C: hue angle of 320.28º 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 #BD2C8C is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 44 | 140 | - |
| CMYK | 0 | 0.77 | 0.26 | 0.26 |
| HSL | 320.28º | 0.62% | 0.46% | - |
| HSV(B) | 320.28º | 0.77% | 0.74% | - |
| XYZ | 26.62 | 14.51 | 26.21 | - |
| YUV | 98.3 | 151.54 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 44 | 140 | 0 | 0.77 | 0.26 | 0.26 | 320.28 | 0.62 | 0.46 |
| Hex | BD | 2C | 8C | 0 | 4D | 1A | 1A | 140 | 3E | 2E |
| Octal | 275 | 54 | 214 | 0 | 115 | 32 | 32 | 500 | 76 | 56 |
| Binary | 10111101 | 101100 | 10001100 | 0 | 1001101 | 11010 | 11010 | 101000000 | 111110 | 101110 |
Color Harmonies of #BD2C8C
Complementary color
Monochromatic Colors of #BD2C8C
Black with #BD2C8C
Text Example
Text Example
White with #BD2C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2C8C; }
p { color: rgb(189,44,140); }
H1.HeaderClassName
{
color: #BD2C8C;
}
.AnyTagClassName
{
color: #BD2C8C;
}
</style>
background-color css
<style>
a { background-color: #BD2C8C; }
a { background-color: rgb(189,44,140); }
div.DivClassName
{
background-color: #BD2C8C;
}
.BgClassName
{
background-color: #BD2C8C;
}
</style>
border-color css
<style>
span { border-color: #BD2C8C; }
span { border-color: rgb(189,44,140); }
td.TdClassName
{
border-color: #BD2C8C;
}
.TagClassName
{
border-color: #BD2C8C;
}
</style>