Shades of Medium Violet Red #BD228E
Tints of Medium Violet Red #BD228E
RGB
CMYK
RGB Variations
Color information
#BD228E (or 0xBD228E) is known color: Medium Violet Red. HEX triplet: BD, 22 and 8E. RGB value is (189,34,142). Sum of RGB (Red+Green+Blue) = 189+34+142=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 34 (13.67% from 255 or 9.32% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD228E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD228E is #42DD71. Grayscale: #5C5C5C. Windows color (decimal): -4382066 or 9315005. OLE color: 9315005.
HSL color Cylindrical-coordinate representation of color #BD228E: hue angle of 318.19º 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 #BD228E is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 34 | 142 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.26 |
| HSL | 318.19º | 0.7% | 0.44% | - |
| HSV(B) | 318.19º | 0.82% | 0.74% | - |
| XYZ | 26.44 | 13.92 | 26.88 | - |
| YUV | 92.66 | 155.85 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 34 | 142 | 0 | 0.82 | 0.25 | 0.26 | 318.19 | 0.7 | 0.44 |
| Hex | BD | 22 | 8E | 0 | 52 | 19 | 1A | 13E | 46 | 2C |
| Octal | 275 | 42 | 216 | 0 | 122 | 31 | 32 | 476 | 106 | 54 |
| Binary | 10111101 | 100010 | 10001110 | 0 | 1010010 | 11001 | 11010 | 100111110 | 1000110 | 101100 |
Color Harmonies of #BD228E
Complementary color
Monochromatic Colors of #BD228E
Black with #BD228E
Text Example
Text Example
White with #BD228E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD228E; }
p { color: rgb(189,34,142); }
H1.HeaderClassName
{
color: #BD228E;
}
.AnyTagClassName
{
color: #BD228E;
}
</style>
background-color css
<style>
a { background-color: #BD228E; }
a { background-color: rgb(189,34,142); }
div.DivClassName
{
background-color: #BD228E;
}
.BgClassName
{
background-color: #BD228E;
}
</style>
border-color css
<style>
span { border-color: #BD228E; }
span { border-color: rgb(189,34,142); }
td.TdClassName
{
border-color: #BD228E;
}
.TagClassName
{
border-color: #BD228E;
}
</style>