Shades of Medium Violet Red #BD218F
Tints of Medium Violet Red #BD218F
RGB
CMYK
RGB Variations
Color information
#BD218F (or 0xBD218F) is known color: Medium Violet Red. HEX triplet: BD, 21 and 8F. RGB value is (189,33,143). Sum of RGB (Red+Green+Blue) = 189+33+143=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 33 (13.28% from 255 or 9.04% from 365); Blue value is 143 (56.25% from 255 or 39.18% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD218F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD218F is #42DE70. Grayscale: #5B5B5B. Windows color (decimal): -4382321 or 9380285. OLE color: 9380285.
HSL color Cylindrical-coordinate representation of color #BD218F: hue angle of 317.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 #BD218F is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 33 | 143 | - |
| CMYK | 0 | 0.83 | 0.24 | 0.26 |
| HSL | 317.69º | 0.7% | 0.44% | - |
| HSV(B) | 317.69º | 0.83% | 0.74% | - |
| XYZ | 26.49 | 13.89 | 27.27 | - |
| YUV | 92.18 | 156.68 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 33 | 143 | 0 | 0.83 | 0.24 | 0.26 | 317.69 | 0.7 | 0.44 |
| Hex | BD | 21 | 8F | 0 | 53 | 18 | 1A | 13E | 46 | 2C |
| Octal | 275 | 41 | 217 | 0 | 123 | 30 | 32 | 476 | 106 | 54 |
| Binary | 10111101 | 100001 | 10001111 | 0 | 1010011 | 11000 | 11010 | 100111110 | 1000110 | 101100 |
Color Harmonies of #BD218F
Complementary color
Monochromatic Colors of #BD218F
Black with #BD218F
Text Example
Text Example
White with #BD218F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD218F; }
p { color: rgb(189,33,143); }
H1.HeaderClassName
{
color: #BD218F;
}
.AnyTagClassName
{
color: #BD218F;
}
</style>
background-color css
<style>
a { background-color: #BD218F; }
a { background-color: rgb(189,33,143); }
div.DivClassName
{
background-color: #BD218F;
}
.BgClassName
{
background-color: #BD218F;
}
</style>
border-color css
<style>
span { border-color: #BD218F; }
span { border-color: rgb(189,33,143); }
td.TdClassName
{
border-color: #BD218F;
}
.TagClassName
{
border-color: #BD218F;
}
</style>