Shades of Medium Red Violet #BD249C
Tints of Medium Red Violet #BD249C
RGB
CMYK
RGB Variations
Color information
#BD249C (or 0xBD249C) is known color: Medium Red Violet. HEX triplet: BD, 24 and 9C. RGB value is (189,36,156). Sum of RGB (Red+Green+Blue) = 189+36+156=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 36 (14.45% from 255 or 9.45% from 381); Blue value is 156 (61.33% from 255 or 40.94% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BD249C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD249C is #42DB63. Grayscale: #5F5F5F. Windows color (decimal): -4381540 or 10233021. OLE color: 10233021.
HSL color Cylindrical-coordinate representation of color #BD249C: hue angle of 312.94º 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 #BD249C is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 36 | 156 | - |
| CMYK | 0 | 0.81 | 0.17 | 0.26 |
| HSL | 312.94º | 0.68% | 0.44% | - |
| HSV(B) | 312.94º | 0.81% | 0.74% | - |
| XYZ | 27.62 | 14.48 | 32.79 | - |
| YUV | 95.43 | 162.19 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 36 | 156 | 0 | 0.81 | 0.17 | 0.26 | 312.94 | 0.68 | 0.44 |
| Hex | BD | 24 | 9C | 0 | 51 | 11 | 1A | 139 | 44 | 2C |
| Octal | 275 | 44 | 234 | 0 | 121 | 21 | 32 | 471 | 104 | 54 |
| Binary | 10111101 | 100100 | 10011100 | 0 | 1010001 | 10001 | 11010 | 100111001 | 1000100 | 101100 |
Color Harmonies of #BD249C
Complementary color
Monochromatic Colors of #BD249C
Black with #BD249C
Text Example
Text Example
White with #BD249C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD249C; }
p { color: rgb(189,36,156); }
H1.HeaderClassName
{
color: #BD249C;
}
.AnyTagClassName
{
color: #BD249C;
}
</style>
background-color css
<style>
a { background-color: #BD249C; }
a { background-color: rgb(189,36,156); }
div.DivClassName
{
background-color: #BD249C;
}
.BgClassName
{
background-color: #BD249C;
}
</style>
border-color css
<style>
span { border-color: #BD249C; }
span { border-color: rgb(189,36,156); }
td.TdClassName
{
border-color: #BD249C;
}
.TagClassName
{
border-color: #BD249C;
}
</style>