Shades of Medium Violet Red #BD217E
Tints of Medium Violet Red #BD217E
RGB
CMYK
RGB Variations
Color information
#BD217E (or 0xBD217E) is known color: Medium Violet Red. HEX triplet: BD, 21 and 7E. RGB value is (189,33,126). Sum of RGB (Red+Green+Blue) = 189+33+126=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 33 (13.28% from 255 or 9.48% from 348); Blue value is 126 (49.61% from 255 or 36.21% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD217E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD217E is #42DE81. Grayscale: #5A5A5A. Windows color (decimal): -4382338 or 8266173. OLE color: 8266173.
HSL color Cylindrical-coordinate representation of color #BD217E: hue angle of 324.23º 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 #BD217E is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 33 | 126 | - |
| CMYK | 0 | 0.83 | 0.33 | 0.26 |
| HSL | 324.23º | 0.7% | 0.44% | - |
| HSV(B) | 324.23º | 0.83% | 0.74% | - |
| XYZ | 25.3 | 13.41 | 20.99 | - |
| YUV | 90.25 | 148.18 | 198.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 33 | 126 | 0 | 0.83 | 0.33 | 0.26 | 324.23 | 0.7 | 0.44 |
| Hex | BD | 21 | 7E | 0 | 53 | 21 | 1A | 144 | 46 | 2C |
| Octal | 275 | 41 | 176 | 0 | 123 | 41 | 32 | 504 | 106 | 54 |
| Binary | 10111101 | 100001 | 1111110 | 0 | 1010011 | 100001 | 11010 | 101000100 | 1000110 | 101100 |
Color Harmonies of #BD217E
Complementary color
Monochromatic Colors of #BD217E
Black with #BD217E
Text Example
Text Example
White with #BD217E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD217E; }
p { color: rgb(189,33,126); }
H1.HeaderClassName
{
color: #BD217E;
}
.AnyTagClassName
{
color: #BD217E;
}
</style>
background-color css
<style>
a { background-color: #BD217E; }
a { background-color: rgb(189,33,126); }
div.DivClassName
{
background-color: #BD217E;
}
.BgClassName
{
background-color: #BD217E;
}
</style>
border-color css
<style>
span { border-color: #BD217E; }
span { border-color: rgb(189,33,126); }
td.TdClassName
{
border-color: #BD217E;
}
.TagClassName
{
border-color: #BD217E;
}
</style>