Shades of Medium Violet Red #BD228F
Tints of Medium Violet Red #BD228F
RGB
CMYK
RGB Variations
Color information
#BD228F (or 0xBD228F) is known color: Medium Violet Red. HEX triplet: BD, 22 and 8F. RGB value is (189,34,143). Sum of RGB (Red+Green+Blue) = 189+34+143=366 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.64% from 366); Green value is 34 (13.67% from 255 or 9.29% from 366); Blue value is 143 (56.25% from 255 or 39.07% from 366); Max value from RGB is 189 - color contains mainly: red. Hex color #BD228F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD228F is #42DD70. Grayscale: #5C5C5C. Windows color (decimal): -4382065 or 9380541. OLE color: 9380541.
HSL color Cylindrical-coordinate representation of color #BD228F: hue angle of 317.81º 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 #BD228F is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 34 | 143 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.26 |
| HSL | 317.81º | 0.7% | 0.44% | - |
| HSV(B) | 317.81º | 0.82% | 0.74% | - |
| XYZ | 26.52 | 13.95 | 27.28 | - |
| YUV | 92.77 | 156.35 | 196.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 34 | 143 | 0 | 0.82 | 0.24 | 0.26 | 317.81 | 0.7 | 0.44 |
| Hex | BD | 22 | 8F | 0 | 52 | 18 | 1A | 13E | 46 | 2C |
| Octal | 275 | 42 | 217 | 0 | 122 | 30 | 32 | 476 | 106 | 54 |
| Binary | 10111101 | 100010 | 10001111 | 0 | 1010010 | 11000 | 11010 | 100111110 | 1000110 | 101100 |
Color Harmonies of #BD228F
Complementary color
Monochromatic Colors of #BD228F
Black with #BD228F
Text Example
Text Example
White with #BD228F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD228F; }
p { color: rgb(189,34,143); }
H1.HeaderClassName
{
color: #BD228F;
}
.AnyTagClassName
{
color: #BD228F;
}
</style>
background-color css
<style>
a { background-color: #BD228F; }
a { background-color: rgb(189,34,143); }
div.DivClassName
{
background-color: #BD228F;
}
.BgClassName
{
background-color: #BD228F;
}
</style>
border-color css
<style>
span { border-color: #BD228F; }
span { border-color: rgb(189,34,143); }
td.TdClassName
{
border-color: #BD228F;
}
.TagClassName
{
border-color: #BD228F;
}
</style>