Shades of Medium Violet Red #BD239C
Tints of Medium Violet Red #BD239C
RGB
CMYK
RGB Variations
Color information
#BD239C (or 0xBD239C) is known color: Medium Violet Red. HEX triplet: BD, 23 and 9C. RGB value is (189,35,156). Sum of RGB (Red+Green+Blue) = 189+35+156=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 35 (14.06% from 255 or 9.21% from 380); Blue value is 156 (61.33% from 255 or 41.05% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BD239C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD239C is #42DC63. Grayscale: #5E5E5E. Windows color (decimal): -4381796 or 10232765. OLE color: 10232765.
HSL color Cylindrical-coordinate representation of color #BD239C: hue angle of 312.86º degrees, saturation: 0.69, 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 #BD239C is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 35 | 156 | - |
| CMYK | 0 | 0.81 | 0.17 | 0.26 |
| HSL | 312.86º | 0.69% | 0.44% | - |
| HSV(B) | 312.86º | 0.81% | 0.74% | - |
| XYZ | 27.59 | 14.42 | 32.78 | - |
| YUV | 94.84 | 162.52 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 35 | 156 | 0 | 0.81 | 0.17 | 0.26 | 312.86 | 0.69 | 0.44 |
| Hex | BD | 23 | 9C | 0 | 51 | 11 | 1A | 139 | 45 | 2C |
| Octal | 275 | 43 | 234 | 0 | 121 | 21 | 32 | 471 | 105 | 54 |
| Binary | 10111101 | 100011 | 10011100 | 0 | 1010001 | 10001 | 11010 | 100111001 | 1000101 | 101100 |
Color Harmonies of #BD239C
Complementary color
Monochromatic Colors of #BD239C
Black with #BD239C
Text Example
Text Example
White with #BD239C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD239C; }
p { color: rgb(189,35,156); }
H1.HeaderClassName
{
color: #BD239C;
}
.AnyTagClassName
{
color: #BD239C;
}
</style>
background-color css
<style>
a { background-color: #BD239C; }
a { background-color: rgb(189,35,156); }
div.DivClassName
{
background-color: #BD239C;
}
.BgClassName
{
background-color: #BD239C;
}
</style>
border-color css
<style>
span { border-color: #BD239C; }
span { border-color: rgb(189,35,156); }
td.TdClassName
{
border-color: #BD239C;
}
.TagClassName
{
border-color: #BD239C;
}
</style>