Shades of Medium Red Violet #BD2A6F
Tints of Medium Red Violet #BD2A6F
RGB
CMYK
RGB Variations
Color information
#BD2A6F (or 0xBD2A6F) is known color: Medium Red Violet. HEX triplet: BD, 2A and 6F. RGB value is (189,42,111). Sum of RGB (Red+Green+Blue) = 189+42+111=342 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.26% from 342); Green value is 42 (16.80% from 255 or 12.28% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2A6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2A6F is #42D590. Grayscale: #5D5D5D. Windows color (decimal): -4380049 or 7285437. OLE color: 7285437.
HSL color Cylindrical-coordinate representation of color #BD2A6F: hue angle of 331.84º 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 #BD2A6F is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 42 | 111 | - |
| CMYK | 0 | 0.78 | 0.41 | 0.26 |
| HSL | 331.84º | 0.64% | 0.45% | - |
| HSV(B) | 331.84º | 0.78% | 0.74% | - |
| XYZ | 24.68 | 13.62 | 16.37 | - |
| YUV | 93.82 | 137.7 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 42 | 111 | 0 | 0.78 | 0.41 | 0.26 | 331.84 | 0.64 | 0.45 |
| Hex | BD | 2A | 6F | 0 | 4E | 29 | 1A | 14C | 40 | 2D |
| Octal | 275 | 52 | 157 | 0 | 116 | 51 | 32 | 514 | 100 | 55 |
| Binary | 10111101 | 101010 | 1101111 | 0 | 1001110 | 101001 | 11010 | 101001100 | 1000000 | 101101 |
Color Harmonies of #BD2A6F
Complementary color
Monochromatic Colors of #BD2A6F
Black with #BD2A6F
Text Example
Text Example
White with #BD2A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2A6F; }
p { color: rgb(189,42,111); }
H1.HeaderClassName
{
color: #BD2A6F;
}
.AnyTagClassName
{
color: #BD2A6F;
}
</style>
background-color css
<style>
a { background-color: #BD2A6F; }
a { background-color: rgb(189,42,111); }
div.DivClassName
{
background-color: #BD2A6F;
}
.BgClassName
{
background-color: #BD2A6F;
}
</style>
border-color css
<style>
span { border-color: #BD2A6F; }
span { border-color: rgb(189,42,111); }
td.TdClassName
{
border-color: #BD2A6F;
}
.TagClassName
{
border-color: #BD2A6F;
}
</style>