Shades of Medium Violet Red #BD219C
Tints of Medium Violet Red #BD219C
RGB
CMYK
RGB Variations
Color information
#BD219C (or 0xBD219C) is known color: Medium Violet Red. HEX triplet: BD, 21 and 9C. RGB value is (189,33,156). Sum of RGB (Red+Green+Blue) = 189+33+156=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 33 (13.28% from 255 or 8.73% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BD219C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD219C is #42DE63. Grayscale: #5D5D5D. Windows color (decimal): -4382308 or 10232253. OLE color: 10232253.
HSL color Cylindrical-coordinate representation of color #BD219C: hue angle of 312.69º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD219C is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 33 | 156 | - |
| CMYK | 0 | 0.83 | 0.17 | 0.26 |
| HSL | 312.69º | 0.7% | 0.44% | - |
| HSV(B) | 312.69º | 0.83% | 0.74% | - |
| XYZ | 27.53 | 14.31 | 32.76 | - |
| YUV | 93.67 | 163.18 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 33 | 156 | 0 | 0.83 | 0.17 | 0.26 | 312.69 | 0.7 | 0.44 |
| Hex | BD | 21 | 9C | 0 | 53 | 11 | 1A | 139 | 46 | 2C |
| Octal | 275 | 41 | 234 | 0 | 123 | 21 | 32 | 471 | 106 | 54 |
| Binary | 10111101 | 100001 | 10011100 | 0 | 1010011 | 10001 | 11010 | 100111001 | 1000110 | 101100 |
Color Harmonies of #BD219C
Complementary color
Monochromatic Colors of #BD219C
Black with #BD219C
Text Example
Text Example
White with #BD219C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD219C; }
p { color: rgb(189,33,156); }
H1.HeaderClassName
{
color: #BD219C;
}
.AnyTagClassName
{
color: #BD219C;
}
</style>
background-color css
<style>
a { background-color: #BD219C; }
a { background-color: rgb(189,33,156); }
div.DivClassName
{
background-color: #BD219C;
}
.BgClassName
{
background-color: #BD219C;
}
</style>
border-color css
<style>
span { border-color: #BD219C; }
span { border-color: rgb(189,33,156); }
td.TdClassName
{
border-color: #BD219C;
}
.TagClassName
{
border-color: #BD219C;
}
</style>