Shades of Medium Violet Red #BD216D
Tints of Medium Violet Red #BD216D
RGB
CMYK
RGB Variations
Color information
#BD216D (or 0xBD216D) is known color: Medium Violet Red. HEX triplet: BD, 21 and 6D. RGB value is (189,33,109). Sum of RGB (Red+Green+Blue) = 189+33+109=331 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.10% from 331); Green value is 33 (13.28% from 255 or 9.97% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 189 - color contains mainly: red. Hex color #BD216D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD216D is #42DE92. Grayscale: #585858. Windows color (decimal): -4382355 or 7152061. OLE color: 7152061.
HSL color Cylindrical-coordinate representation of color #BD216D: hue angle of 330.77º 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 #BD216D is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 33 | 109 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.26 |
| HSL | 330.77º | 0.7% | 0.44% | - |
| HSV(B) | 330.77º | 0.83% | 0.74% | - |
| XYZ | 24.29 | 13.01 | 15.7 | - |
| YUV | 88.31 | 139.68 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 33 | 109 | 0 | 0.83 | 0.42 | 0.26 | 330.77 | 0.7 | 0.44 |
| Hex | BD | 21 | 6D | 0 | 53 | 2A | 1A | 14B | 46 | 2C |
| Octal | 275 | 41 | 155 | 0 | 123 | 52 | 32 | 513 | 106 | 54 |
| Binary | 10111101 | 100001 | 1101101 | 0 | 1010011 | 101010 | 11010 | 101001011 | 1000110 | 101100 |
Color Harmonies of #BD216D
Complementary color
Monochromatic Colors of #BD216D
Black with #BD216D
Text Example
Text Example
White with #BD216D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD216D; }
p { color: rgb(189,33,109); }
H1.HeaderClassName
{
color: #BD216D;
}
.AnyTagClassName
{
color: #BD216D;
}
</style>
background-color css
<style>
a { background-color: #BD216D; }
a { background-color: rgb(189,33,109); }
div.DivClassName
{
background-color: #BD216D;
}
.BgClassName
{
background-color: #BD216D;
}
</style>
border-color css
<style>
span { border-color: #BD216D; }
span { border-color: rgb(189,33,109); }
td.TdClassName
{
border-color: #BD216D;
}
.TagClassName
{
border-color: #BD216D;
}
</style>