Shades of Medium Violet Red #BD228D
Tints of Medium Violet Red #BD228D
RGB
CMYK
RGB Variations
Color information
#BD228D (or 0xBD228D) is known color: Medium Violet Red. HEX triplet: BD, 22 and 8D. RGB value is (189,34,141). Sum of RGB (Red+Green+Blue) = 189+34+141=364 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.92% from 364); Green value is 34 (13.67% from 255 or 9.34% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 189 - color contains mainly: red. Hex color #BD228D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD228D is #42DD72. Grayscale: #5C5C5C. Windows color (decimal): -4382067 or 9249469. OLE color: 9249469.
HSL color Cylindrical-coordinate representation of color #BD228D: hue angle of 318.58º 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 #BD228D is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 34 | 141 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.26 |
| HSL | 318.58º | 0.7% | 0.44% | - |
| HSV(B) | 318.58º | 0.82% | 0.74% | - |
| XYZ | 26.37 | 13.89 | 26.49 | - |
| YUV | 92.54 | 155.35 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 34 | 141 | 0 | 0.82 | 0.25 | 0.26 | 318.58 | 0.7 | 0.44 |
| Hex | BD | 22 | 8D | 0 | 52 | 19 | 1A | 13F | 46 | 2C |
| Octal | 275 | 42 | 215 | 0 | 122 | 31 | 32 | 477 | 106 | 54 |
| Binary | 10111101 | 100010 | 10001101 | 0 | 1010010 | 11001 | 11010 | 100111111 | 1000110 | 101100 |
Color Harmonies of #BD228D
Complementary color
Monochromatic Colors of #BD228D
Black with #BD228D
Text Example
Text Example
White with #BD228D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD228D; }
p { color: rgb(189,34,141); }
H1.HeaderClassName
{
color: #BD228D;
}
.AnyTagClassName
{
color: #BD228D;
}
</style>
background-color css
<style>
a { background-color: #BD228D; }
a { background-color: rgb(189,34,141); }
div.DivClassName
{
background-color: #BD228D;
}
.BgClassName
{
background-color: #BD228D;
}
</style>
border-color css
<style>
span { border-color: #BD228D; }
span { border-color: rgb(189,34,141); }
td.TdClassName
{
border-color: #BD228D;
}
.TagClassName
{
border-color: #BD228D;
}
</style>