Shades of Medium Red Violet #BD249D
Tints of Medium Red Violet #BD249D
RGB
CMYK
RGB Variations
Color information
#BD249D (or 0xBD249D) is known color: Medium Red Violet. HEX triplet: BD, 24 and 9D. RGB value is (189,36,157). Sum of RGB (Red+Green+Blue) = 189+36+157=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 36 (14.45% from 255 or 9.42% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BD249D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD249D is #42DB62. Grayscale: #5F5F5F. Windows color (decimal): -4381539 or 10298557. OLE color: 10298557.
HSL color Cylindrical-coordinate representation of color #BD249D: hue angle of 312.55º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD249D is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 36 | 157 | - |
| CMYK | 0 | 0.81 | 0.17 | 0.26 |
| HSL | 312.55º | 0.68% | 0.44% | - |
| HSV(B) | 312.55º | 0.81% | 0.74% | - |
| XYZ | 27.7 | 14.51 | 33.24 | - |
| YUV | 95.54 | 162.69 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 36 | 157 | 0 | 0.81 | 0.17 | 0.26 | 312.55 | 0.68 | 0.44 |
| Hex | BD | 24 | 9D | 0 | 51 | 11 | 1A | 139 | 44 | 2C |
| Octal | 275 | 44 | 235 | 0 | 121 | 21 | 32 | 471 | 104 | 54 |
| Binary | 10111101 | 100100 | 10011101 | 0 | 1010001 | 10001 | 11010 | 100111001 | 1000100 | 101100 |
Color Harmonies of #BD249D
Complementary color
Monochromatic Colors of #BD249D
Black with #BD249D
Text Example
Text Example
White with #BD249D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD249D; }
p { color: rgb(189,36,157); }
H1.HeaderClassName
{
color: #BD249D;
}
.AnyTagClassName
{
color: #BD249D;
}
</style>
background-color css
<style>
a { background-color: #BD249D; }
a { background-color: rgb(189,36,157); }
div.DivClassName
{
background-color: #BD249D;
}
.BgClassName
{
background-color: #BD249D;
}
</style>
border-color css
<style>
span { border-color: #BD249D; }
span { border-color: rgb(189,36,157); }
td.TdClassName
{
border-color: #BD249D;
}
.TagClassName
{
border-color: #BD249D;
}
</style>