Shades of Medium Red Violet #BD2A6E
Tints of Medium Red Violet #BD2A6E
RGB
CMYK
RGB Variations
Color information
#BD2A6E (or 0xBD2A6E) is known color: Medium Red Violet. HEX triplet: BD, 2A and 6E. RGB value is (189,42,110). Sum of RGB (Red+Green+Blue) = 189+42+110=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 42 (16.80% from 255 or 12.32% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2A6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2A6E is #42D591. Grayscale: #5D5D5D. Windows color (decimal): -4380050 or 7219901. OLE color: 7219901.
HSL color Cylindrical-coordinate representation of color #BD2A6E: hue angle of 332.24º 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 #BD2A6E is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 42 | 110 | - |
| CMYK | 0 | 0.78 | 0.42 | 0.26 |
| HSL | 332.24º | 0.64% | 0.45% | - |
| HSV(B) | 332.24º | 0.78% | 0.74% | - |
| XYZ | 24.63 | 13.6 | 16.08 | - |
| YUV | 93.71 | 137.2 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 42 | 110 | 0 | 0.78 | 0.42 | 0.26 | 332.24 | 0.64 | 0.45 |
| Hex | BD | 2A | 6E | 0 | 4E | 2A | 1A | 14C | 40 | 2D |
| Octal | 275 | 52 | 156 | 0 | 116 | 52 | 32 | 514 | 100 | 55 |
| Binary | 10111101 | 101010 | 1101110 | 0 | 1001110 | 101010 | 11010 | 101001100 | 1000000 | 101101 |
Color Harmonies of #BD2A6E
Complementary color
Monochromatic Colors of #BD2A6E
Black with #BD2A6E
Text Example
Text Example
White with #BD2A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2A6E; }
p { color: rgb(189,42,110); }
H1.HeaderClassName
{
color: #BD2A6E;
}
.AnyTagClassName
{
color: #BD2A6E;
}
</style>
background-color css
<style>
a { background-color: #BD2A6E; }
a { background-color: rgb(189,42,110); }
div.DivClassName
{
background-color: #BD2A6E;
}
.BgClassName
{
background-color: #BD2A6E;
}
</style>
border-color css
<style>
span { border-color: #BD2A6E; }
span { border-color: rgb(189,42,110); }
td.TdClassName
{
border-color: #BD2A6E;
}
.TagClassName
{
border-color: #BD2A6E;
}
</style>