Shades of Medium Violet Red #BD227E
Tints of Medium Violet Red #BD227E
RGB
CMYK
RGB Variations
Color information
#BD227E (or 0xBD227E) is known color: Medium Violet Red. HEX triplet: BD, 22 and 7E. RGB value is (189,34,126). Sum of RGB (Red+Green+Blue) = 189+34+126=349 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.15% from 349); Green value is 34 (13.67% from 255 or 9.74% from 349); Blue value is 126 (49.61% from 255 or 36.10% from 349); Max value from RGB is 189 - color contains mainly: red. Hex color #BD227E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD227E is #42DD81. Grayscale: #5A5A5A. Windows color (decimal): -4382082 or 8266429. OLE color: 8266429.
HSL color Cylindrical-coordinate representation of color #BD227E: hue angle of 324.39º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD227E is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 34 | 126 | - |
| CMYK | 0 | 0.82 | 0.33 | 0.26 |
| HSL | 324.39º | 0.7% | 0.44% | - |
| HSV(B) | 324.39º | 0.82% | 0.74% | - |
| XYZ | 25.32 | 13.47 | 21 | - |
| YUV | 90.83 | 147.85 | 198.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 34 | 126 | 0 | 0.82 | 0.33 | 0.26 | 324.39 | 0.7 | 0.44 |
| Hex | BD | 22 | 7E | 0 | 52 | 21 | 1A | 144 | 46 | 2C |
| Octal | 275 | 42 | 176 | 0 | 122 | 41 | 32 | 504 | 106 | 54 |
| Binary | 10111101 | 100010 | 1111110 | 0 | 1010010 | 100001 | 11010 | 101000100 | 1000110 | 101100 |
Color Harmonies of #BD227E
Complementary color
Monochromatic Colors of #BD227E
Black with #BD227E
Text Example
Text Example
White with #BD227E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD227E; }
p { color: rgb(189,34,126); }
H1.HeaderClassName
{
color: #BD227E;
}
.AnyTagClassName
{
color: #BD227E;
}
</style>
background-color css
<style>
a { background-color: #BD227E; }
a { background-color: rgb(189,34,126); }
div.DivClassName
{
background-color: #BD227E;
}
.BgClassName
{
background-color: #BD227E;
}
</style>
border-color css
<style>
span { border-color: #BD227E; }
span { border-color: rgb(189,34,126); }
td.TdClassName
{
border-color: #BD227E;
}
.TagClassName
{
border-color: #BD227E;
}
</style>