Shades of Medium Red Violet #BD298B
Tints of Medium Red Violet #BD298B
RGB
CMYK
RGB Variations
Color information
#BD298B (or 0xBD298B) is known color: Medium Red Violet. HEX triplet: BD, 29 and 8B. RGB value is (189,41,139). Sum of RGB (Red+Green+Blue) = 189+41+139=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 41 (16.41% from 255 or 11.11% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BD298B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD298B is #42D674. Grayscale: #606060. Windows color (decimal): -4380277 or 9120189. OLE color: 9120189.
HSL color Cylindrical-coordinate representation of color #BD298B: hue angle of 320.27º 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 #BD298B is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 41 | 139 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.26 |
| HSL | 320.27º | 0.64% | 0.45% | - |
| HSV(B) | 320.27º | 0.78% | 0.74% | - |
| XYZ | 26.44 | 14.27 | 25.79 | - |
| YUV | 96.42 | 152.03 | 194.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 41 | 139 | 0 | 0.78 | 0.26 | 0.26 | 320.27 | 0.64 | 0.45 |
| Hex | BD | 29 | 8B | 0 | 4E | 1A | 1A | 140 | 40 | 2D |
| Octal | 275 | 51 | 213 | 0 | 116 | 32 | 32 | 500 | 100 | 55 |
| Binary | 10111101 | 101001 | 10001011 | 0 | 1001110 | 11010 | 11010 | 101000000 | 1000000 | 101101 |
Color Harmonies of #BD298B
Complementary color
Monochromatic Colors of #BD298B
Black with #BD298B
Text Example
Text Example
White with #BD298B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD298B; }
p { color: rgb(189,41,139); }
H1.HeaderClassName
{
color: #BD298B;
}
.AnyTagClassName
{
color: #BD298B;
}
</style>
background-color css
<style>
a { background-color: #BD298B; }
a { background-color: rgb(189,41,139); }
div.DivClassName
{
background-color: #BD298B;
}
.BgClassName
{
background-color: #BD298B;
}
</style>
border-color css
<style>
span { border-color: #BD298B; }
span { border-color: rgb(189,41,139); }
td.TdClassName
{
border-color: #BD298B;
}
.TagClassName
{
border-color: #BD298B;
}
</style>