Shades of Medium Red Violet #BD2A6B
Tints of Medium Red Violet #BD2A6B
RGB
CMYK
RGB Variations
Color information
#BD2A6B (or 0xBD2A6B) is known color: Medium Red Violet. HEX triplet: BD, 2A and 6B. RGB value is (189,42,107). Sum of RGB (Red+Green+Blue) = 189+42+107=338 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.92% from 338); Green value is 42 (16.80% from 255 or 12.43% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2A6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2A6B is #42D594. Grayscale: #5D5D5D. Windows color (decimal): -4380053 or 7023293. OLE color: 7023293.
HSL color Cylindrical-coordinate representation of color #BD2A6B: hue angle of 333.47º 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 #BD2A6B is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 42 | 107 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.26 |
| HSL | 333.47º | 0.64% | 0.45% | - |
| HSV(B) | 333.47º | 0.78% | 0.74% | - |
| XYZ | 24.47 | 13.54 | 15.23 | - |
| YUV | 93.36 | 135.7 | 196.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 42 | 107 | 0 | 0.78 | 0.43 | 0.26 | 333.47 | 0.64 | 0.45 |
| Hex | BD | 2A | 6B | 0 | 4E | 2B | 1A | 14D | 40 | 2D |
| Octal | 275 | 52 | 153 | 0 | 116 | 53 | 32 | 515 | 100 | 55 |
| Binary | 10111101 | 101010 | 1101011 | 0 | 1001110 | 101011 | 11010 | 101001101 | 1000000 | 101101 |
Color Harmonies of #BD2A6B
Complementary color
Monochromatic Colors of #BD2A6B
Black with #BD2A6B
Text Example
Text Example
White with #BD2A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2A6B; }
p { color: rgb(189,42,107); }
H1.HeaderClassName
{
color: #BD2A6B;
}
.AnyTagClassName
{
color: #BD2A6B;
}
</style>
background-color css
<style>
a { background-color: #BD2A6B; }
a { background-color: rgb(189,42,107); }
div.DivClassName
{
background-color: #BD2A6B;
}
.BgClassName
{
background-color: #BD2A6B;
}
</style>
border-color css
<style>
span { border-color: #BD2A6B; }
span { border-color: rgb(189,42,107); }
td.TdClassName
{
border-color: #BD2A6B;
}
.TagClassName
{
border-color: #BD2A6B;
}
</style>