Shades of Medium Red Violet #BD297F
Tints of Medium Red Violet #BD297F
RGB
CMYK
RGB Variations
Color information
#BD297F (or 0xBD297F) is known color: Medium Red Violet. HEX triplet: BD, 29 and 7F. RGB value is (189,41,127). Sum of RGB (Red+Green+Blue) = 189+41+127=357 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.94% from 357); Green value is 41 (16.41% from 255 or 11.48% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 189 - color contains mainly: red. Hex color #BD297F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD297F is #42D680. Grayscale: #5E5E5E. Windows color (decimal): -4380289 or 8333757. OLE color: 8333757.
HSL color Cylindrical-coordinate representation of color #BD297F: hue angle of 325.14º 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 #BD297F is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 41 | 127 | - |
| CMYK | 0 | 0.78 | 0.33 | 0.26 |
| HSL | 325.14º | 0.64% | 0.45% | - |
| HSV(B) | 325.14º | 0.78% | 0.74% | - |
| XYZ | 25.61 | 13.94 | 21.42 | - |
| YUV | 95.06 | 146.03 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 41 | 127 | 0 | 0.78 | 0.33 | 0.26 | 325.14 | 0.64 | 0.45 |
| Hex | BD | 29 | 7F | 0 | 4E | 21 | 1A | 145 | 40 | 2D |
| Octal | 275 | 51 | 177 | 0 | 116 | 41 | 32 | 505 | 100 | 55 |
| Binary | 10111101 | 101001 | 1111111 | 0 | 1001110 | 100001 | 11010 | 101000101 | 1000000 | 101101 |
Color Harmonies of #BD297F
Complementary color
Monochromatic Colors of #BD297F
Black with #BD297F
Text Example
Text Example
White with #BD297F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD297F; }
p { color: rgb(189,41,127); }
H1.HeaderClassName
{
color: #BD297F;
}
.AnyTagClassName
{
color: #BD297F;
}
</style>
background-color css
<style>
a { background-color: #BD297F; }
a { background-color: rgb(189,41,127); }
div.DivClassName
{
background-color: #BD297F;
}
.BgClassName
{
background-color: #BD297F;
}
</style>
border-color css
<style>
span { border-color: #BD297F; }
span { border-color: rgb(189,41,127); }
td.TdClassName
{
border-color: #BD297F;
}
.TagClassName
{
border-color: #BD297F;
}
</style>