Shades of Medium Red Violet #BD298C
Tints of Medium Red Violet #BD298C
RGB
CMYK
RGB Variations
Color information
#BD298C (or 0xBD298C) is known color: Medium Red Violet. HEX triplet: BD, 29 and 8C. RGB value is (189,41,140). Sum of RGB (Red+Green+Blue) = 189+41+140=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 41 (16.41% from 255 or 11.08% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BD298C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD298C is #42D673. Grayscale: #606060. Windows color (decimal): -4380276 or 9185725. OLE color: 9185725.
HSL color Cylindrical-coordinate representation of color #BD298C: hue angle of 319.86º 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 #BD298C is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 41 | 140 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.26 |
| HSL | 319.86º | 0.64% | 0.45% | - |
| HSV(B) | 319.86º | 0.78% | 0.74% | - |
| XYZ | 26.51 | 14.3 | 26.17 | - |
| YUV | 96.54 | 152.53 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 41 | 140 | 0 | 0.78 | 0.26 | 0.26 | 319.86 | 0.64 | 0.45 |
| Hex | BD | 29 | 8C | 0 | 4E | 1A | 1A | 140 | 40 | 2D |
| Octal | 275 | 51 | 214 | 0 | 116 | 32 | 32 | 500 | 100 | 55 |
| Binary | 10111101 | 101001 | 10001100 | 0 | 1001110 | 11010 | 11010 | 101000000 | 1000000 | 101101 |
Color Harmonies of #BD298C
Complementary color
Monochromatic Colors of #BD298C
Black with #BD298C
Text Example
Text Example
White with #BD298C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD298C; }
p { color: rgb(189,41,140); }
H1.HeaderClassName
{
color: #BD298C;
}
.AnyTagClassName
{
color: #BD298C;
}
</style>
background-color css
<style>
a { background-color: #BD298C; }
a { background-color: rgb(189,41,140); }
div.DivClassName
{
background-color: #BD298C;
}
.BgClassName
{
background-color: #BD298C;
}
</style>
border-color css
<style>
span { border-color: #BD298C; }
span { border-color: rgb(189,41,140); }
td.TdClassName
{
border-color: #BD298C;
}
.TagClassName
{
border-color: #BD298C;
}
</style>