Shades of Medium Red Violet #BD2A7A
Tints of Medium Red Violet #BD2A7A
RGB
CMYK
RGB Variations
Color information
#BD2A7A (or 0xBD2A7A) is known color: Medium Red Violet. HEX triplet: BD, 2A and 7A. RGB value is (189,42,122). Sum of RGB (Red+Green+Blue) = 189+42+122=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 42 (16.80% from 255 or 11.90% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2A7A is #42D585. Grayscale: #5E5E5E. Windows color (decimal): -4380038 or 8006333. OLE color: 8006333.
HSL color Cylindrical-coordinate representation of color #BD2A7A: hue angle of 327.35º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD2A7A is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 42 | 122 | - |
| CMYK | 0 | 0.78 | 0.35 | 0.26 |
| HSL | 327.35º | 0.64% | 0.45% | - |
| HSV(B) | 327.35º | 0.78% | 0.74% | - |
| XYZ | 25.33 | 13.88 | 19.76 | - |
| YUV | 95.07 | 143.2 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 42 | 122 | 0 | 0.78 | 0.35 | 0.26 | 327.35 | 0.64 | 0.45 |
| Hex | BD | 2A | 7A | 0 | 4E | 23 | 1A | 147 | 40 | 2D |
| Octal | 275 | 52 | 172 | 0 | 116 | 43 | 32 | 507 | 100 | 55 |
| Binary | 10111101 | 101010 | 1111010 | 0 | 1001110 | 100011 | 11010 | 101000111 | 1000000 | 101101 |
Color Harmonies of #BD2A7A
Complementary color
Monochromatic Colors of #BD2A7A
Black with #BD2A7A
Text Example
Text Example
White with #BD2A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2A7A; }
p { color: rgb(189,42,122); }
H1.HeaderClassName
{
color: #BD2A7A;
}
.AnyTagClassName
{
color: #BD2A7A;
}
</style>
background-color css
<style>
a { background-color: #BD2A7A; }
a { background-color: rgb(189,42,122); }
div.DivClassName
{
background-color: #BD2A7A;
}
.BgClassName
{
background-color: #BD2A7A;
}
</style>
border-color css
<style>
span { border-color: #BD2A7A; }
span { border-color: rgb(189,42,122); }
td.TdClassName
{
border-color: #BD2A7A;
}
.TagClassName
{
border-color: #BD2A7A;
}
</style>