Shades of Medium Violet Red #BD229D
Tints of Medium Violet Red #BD229D
RGB
CMYK
RGB Variations
Color information
#BD229D (or 0xBD229D) is known color: Medium Violet Red. HEX triplet: BD, 22 and 9D. RGB value is (189,34,157). Sum of RGB (Red+Green+Blue) = 189+34+157=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 34 (13.67% from 255 or 8.95% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BD229D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD229D is #42DD62. Grayscale: #5E5E5E. Windows color (decimal): -4382051 or 10298045. OLE color: 10298045.
HSL color Cylindrical-coordinate representation of color #BD229D: hue angle of 312.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 #BD229D is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 34 | 157 | - |
| CMYK | 0 | 0.82 | 0.17 | 0.26 |
| HSL | 312.39º | 0.7% | 0.44% | - |
| HSV(B) | 312.39º | 0.82% | 0.74% | - |
| XYZ | 27.64 | 14.4 | 33.22 | - |
| YUV | 94.37 | 163.35 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 34 | 157 | 0 | 0.82 | 0.17 | 0.26 | 312.39 | 0.7 | 0.44 |
| Hex | BD | 22 | 9D | 0 | 52 | 11 | 1A | 138 | 46 | 2C |
| Octal | 275 | 42 | 235 | 0 | 122 | 21 | 32 | 470 | 106 | 54 |
| Binary | 10111101 | 100010 | 10011101 | 0 | 1010010 | 10001 | 11010 | 100111000 | 1000110 | 101100 |
Color Harmonies of #BD229D
Complementary color
Monochromatic Colors of #BD229D
Black with #BD229D
Text Example
Text Example
White with #BD229D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD229D; }
p { color: rgb(189,34,157); }
H1.HeaderClassName
{
color: #BD229D;
}
.AnyTagClassName
{
color: #BD229D;
}
</style>
background-color css
<style>
a { background-color: #BD229D; }
a { background-color: rgb(189,34,157); }
div.DivClassName
{
background-color: #BD229D;
}
.BgClassName
{
background-color: #BD229D;
}
</style>
border-color css
<style>
span { border-color: #BD229D; }
span { border-color: rgb(189,34,157); }
td.TdClassName
{
border-color: #BD229D;
}
.TagClassName
{
border-color: #BD229D;
}
</style>