Shades of Medium Violet Red #BD228C
Tints of Medium Violet Red #BD228C
RGB
CMYK
RGB Variations
Color information
#BD228C (or 0xBD228C) is known color: Medium Violet Red. HEX triplet: BD, 22 and 8C. RGB value is (189,34,140). Sum of RGB (Red+Green+Blue) = 189+34+140=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 34 (13.67% from 255 or 9.37% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD228C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD228C is #42DD73. Grayscale: #5C5C5C. Windows color (decimal): -4382068 or 9183933. OLE color: 9183933.
HSL color Cylindrical-coordinate representation of color #BD228C: hue angle of 318.97º 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 #BD228C is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 34 | 140 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.26 |
| HSL | 318.97º | 0.7% | 0.44% | - |
| HSV(B) | 318.97º | 0.82% | 0.74% | - |
| XYZ | 26.29 | 13.86 | 26.1 | - |
| YUV | 92.43 | 154.85 | 196.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 34 | 140 | 0 | 0.82 | 0.26 | 0.26 | 318.97 | 0.7 | 0.44 |
| Hex | BD | 22 | 8C | 0 | 52 | 1A | 1A | 13F | 46 | 2C |
| Octal | 275 | 42 | 214 | 0 | 122 | 32 | 32 | 477 | 106 | 54 |
| Binary | 10111101 | 100010 | 10001100 | 0 | 1010010 | 11010 | 11010 | 100111111 | 1000110 | 101100 |
Color Harmonies of #BD228C
Complementary color
Monochromatic Colors of #BD228C
Black with #BD228C
Text Example
Text Example
White with #BD228C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD228C; }
p { color: rgb(189,34,140); }
H1.HeaderClassName
{
color: #BD228C;
}
.AnyTagClassName
{
color: #BD228C;
}
</style>
background-color css
<style>
a { background-color: #BD228C; }
a { background-color: rgb(189,34,140); }
div.DivClassName
{
background-color: #BD228C;
}
.BgClassName
{
background-color: #BD228C;
}
</style>
border-color css
<style>
span { border-color: #BD228C; }
span { border-color: rgb(189,34,140); }
td.TdClassName
{
border-color: #BD228C;
}
.TagClassName
{
border-color: #BD228C;
}
</style>