Shades of Medium Red Violet #BD2BAC
Tints of Medium Red Violet #BD2BAC
RGB
CMYK
RGB Variations
Color information
#BD2BAC (or 0xBD2BAC) is known color: Medium Red Violet. HEX triplet: BD, 2B and AC. RGB value is (189,43,172). Sum of RGB (Red+Green+Blue) = 189+43+172=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 43 (17.19% from 255 or 10.64% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2BAC is #42D453. Grayscale: #646464. Windows color (decimal): -4379732 or 11283389. OLE color: 11283389.
HSL color Cylindrical-coordinate representation of color #BD2BAC: hue angle of 306.99º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD2BAC is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 43 | 172 | - |
| CMYK | 0 | 0.77 | 0.09 | 0.26 |
| HSL | 306.99º | 0.63% | 0.45% | - |
| HSV(B) | 306.99º | 0.77% | 0.74% | - |
| XYZ | 29.3 | 15.53 | 40.48 | - |
| YUV | 101.36 | 167.87 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 43 | 172 | 0 | 0.77 | 0.09 | 0.26 | 306.99 | 0.63 | 0.45 |
| Hex | BD | 2B | AC | 0 | 4D | 9 | 1A | 133 | 3F | 2D |
| Octal | 275 | 53 | 254 | 0 | 115 | 11 | 32 | 463 | 77 | 55 |
| Binary | 10111101 | 101011 | 10101100 | 0 | 1001101 | 1001 | 11010 | 100110011 | 111111 | 101101 |
Color Harmonies of #BD2BAC
Complementary color
Monochromatic Colors of #BD2BAC
Black with #BD2BAC
Text Example
Text Example
White with #BD2BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2BAC; }
p { color: rgb(189,43,172); }
H1.HeaderClassName
{
color: #BD2BAC;
}
.AnyTagClassName
{
color: #BD2BAC;
}
</style>
background-color css
<style>
a { background-color: #BD2BAC; }
a { background-color: rgb(189,43,172); }
div.DivClassName
{
background-color: #BD2BAC;
}
.BgClassName
{
background-color: #BD2BAC;
}
</style>
border-color css
<style>
span { border-color: #BD2BAC; }
span { border-color: rgb(189,43,172); }
td.TdClassName
{
border-color: #BD2BAC;
}
.TagClassName
{
border-color: #BD2BAC;
}
</style>