Shades of Medium Red Violet #BD298F
Tints of Medium Red Violet #BD298F
RGB
CMYK
RGB Variations
Color information
#BD298F (or 0xBD298F) is known color: Medium Red Violet. HEX triplet: BD, 29 and 8F. RGB value is (189,41,143). Sum of RGB (Red+Green+Blue) = 189+41+143=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 41 (16.41% from 255 or 10.99% from 373); Blue value is 143 (56.25% from 255 or 38.34% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD298F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD298F is #42D670. Grayscale: #606060. Windows color (decimal): -4380273 or 9382333. OLE color: 9382333.
HSL color Cylindrical-coordinate representation of color #BD298F: hue angle of 318.65º 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 #BD298F is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 41 | 143 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.26 |
| HSL | 318.65º | 0.64% | 0.45% | - |
| HSV(B) | 318.65º | 0.78% | 0.74% | - |
| XYZ | 26.74 | 14.39 | 27.35 | - |
| YUV | 96.88 | 154.03 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 41 | 143 | 0 | 0.78 | 0.24 | 0.26 | 318.65 | 0.64 | 0.45 |
| Hex | BD | 29 | 8F | 0 | 4E | 18 | 1A | 13F | 40 | 2D |
| Octal | 275 | 51 | 217 | 0 | 116 | 30 | 32 | 477 | 100 | 55 |
| Binary | 10111101 | 101001 | 10001111 | 0 | 1001110 | 11000 | 11010 | 100111111 | 1000000 | 101101 |
Color Harmonies of #BD298F
Complementary color
Monochromatic Colors of #BD298F
Black with #BD298F
Text Example
Text Example
White with #BD298F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD298F; }
p { color: rgb(189,41,143); }
H1.HeaderClassName
{
color: #BD298F;
}
.AnyTagClassName
{
color: #BD298F;
}
</style>
background-color css
<style>
a { background-color: #BD298F; }
a { background-color: rgb(189,41,143); }
div.DivClassName
{
background-color: #BD298F;
}
.BgClassName
{
background-color: #BD298F;
}
</style>
border-color css
<style>
span { border-color: #BD298F; }
span { border-color: rgb(189,41,143); }
td.TdClassName
{
border-color: #BD298F;
}
.TagClassName
{
border-color: #BD298F;
}
</style>