Shades of Medium Red Violet #BD296B
Tints of Medium Red Violet #BD296B
RGB
CMYK
RGB Variations
Color information
#BD296B (or 0xBD296B) is known color: Medium Red Violet. HEX triplet: BD, 29 and 6B. RGB value is (189,41,107). Sum of RGB (Red+Green+Blue) = 189+41+107=337 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.08% from 337); Green value is 41 (16.41% from 255 or 12.17% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 189 - color contains mainly: red. Hex color #BD296B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD296B is #42D694. Grayscale: #5C5C5C. Windows color (decimal): -4380309 or 7023037. OLE color: 7023037.
HSL color Cylindrical-coordinate representation of color #BD296B: hue angle of 333.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 #BD296B is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 41 | 107 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.26 |
| HSL | 333.24º | 0.64% | 0.45% | - |
| HSV(B) | 333.24º | 0.78% | 0.74% | - |
| XYZ | 24.43 | 13.47 | 15.22 | - |
| YUV | 92.78 | 136.03 | 196.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 41 | 107 | 0 | 0.78 | 0.43 | 0.26 | 333.24 | 0.64 | 0.45 |
| Hex | BD | 29 | 6B | 0 | 4E | 2B | 1A | 14D | 40 | 2D |
| Octal | 275 | 51 | 153 | 0 | 116 | 53 | 32 | 515 | 100 | 55 |
| Binary | 10111101 | 101001 | 1101011 | 0 | 1001110 | 101011 | 11010 | 101001101 | 1000000 | 101101 |
Color Harmonies of #BD296B
Complementary color
Monochromatic Colors of #BD296B
Black with #BD296B
Text Example
Text Example
White with #BD296B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD296B; }
p { color: rgb(189,41,107); }
H1.HeaderClassName
{
color: #BD296B;
}
.AnyTagClassName
{
color: #BD296B;
}
</style>
background-color css
<style>
a { background-color: #BD296B; }
a { background-color: rgb(189,41,107); }
div.DivClassName
{
background-color: #BD296B;
}
.BgClassName
{
background-color: #BD296B;
}
</style>
border-color css
<style>
span { border-color: #BD296B; }
span { border-color: rgb(189,41,107); }
td.TdClassName
{
border-color: #BD296B;
}
.TagClassName
{
border-color: #BD296B;
}
</style>