Shades of Medium Violet Red #BD219B
Tints of Medium Violet Red #BD219B
RGB
CMYK
RGB Variations
Color information
#BD219B (or 0xBD219B) is known color: Medium Violet Red. HEX triplet: BD, 21 and 9B. RGB value is (189,33,155). Sum of RGB (Red+Green+Blue) = 189+33+155=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 33 (13.28% from 255 or 8.75% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BD219B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD219B is #42DE64. Grayscale: #5D5D5D. Windows color (decimal): -4382309 or 10166717. OLE color: 10166717.
HSL color Cylindrical-coordinate representation of color #BD219B: hue angle of 313.08º 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 #BD219B is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 33 | 155 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.26 |
| HSL | 313.08º | 0.7% | 0.44% | - |
| HSV(B) | 313.08º | 0.83% | 0.74% | - |
| XYZ | 27.45 | 14.27 | 32.32 | - |
| YUV | 93.55 | 162.68 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 33 | 155 | 0 | 0.83 | 0.18 | 0.26 | 313.08 | 0.7 | 0.44 |
| Hex | BD | 21 | 9B | 0 | 53 | 12 | 1A | 139 | 46 | 2C |
| Octal | 275 | 41 | 233 | 0 | 123 | 22 | 32 | 471 | 106 | 54 |
| Binary | 10111101 | 100001 | 10011011 | 0 | 1010011 | 10010 | 11010 | 100111001 | 1000110 | 101100 |
Color Harmonies of #BD219B
Complementary color
Monochromatic Colors of #BD219B
Black with #BD219B
Text Example
Text Example
White with #BD219B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD219B; }
p { color: rgb(189,33,155); }
H1.HeaderClassName
{
color: #BD219B;
}
.AnyTagClassName
{
color: #BD219B;
}
</style>
background-color css
<style>
a { background-color: #BD219B; }
a { background-color: rgb(189,33,155); }
div.DivClassName
{
background-color: #BD219B;
}
.BgClassName
{
background-color: #BD219B;
}
</style>
border-color css
<style>
span { border-color: #BD219B; }
span { border-color: rgb(189,33,155); }
td.TdClassName
{
border-color: #BD219B;
}
.TagClassName
{
border-color: #BD219B;
}
</style>