Shades of Medium Violet Red #BD22A1
Tints of Medium Violet Red #BD22A1
RGB
CMYK
RGB Variations
Color information
#BD22A1 (or 0xBD22A1) is known color: Medium Violet Red. HEX triplet: BD, 22 and A1. RGB value is (189,34,161). Sum of RGB (Red+Green+Blue) = 189+34+161=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 34 (13.67% from 255 or 8.85% from 384); Blue value is 161 (63.28% from 255 or 41.93% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BD22A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD22A1 is #42DD5E. Grayscale: #5E5E5E. Windows color (decimal): -4382047 or 10560189. OLE color: 10560189.
HSL color Cylindrical-coordinate representation of color #BD22A1: hue angle of 310.84º 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 #BD22A1 is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 34 | 161 | - |
| CMYK | 0 | 0.82 | 0.15 | 0.26 |
| HSL | 310.84º | 0.7% | 0.44% | - |
| HSV(B) | 310.84º | 0.82% | 0.74% | - |
| XYZ | 27.99 | 14.54 | 35.05 | - |
| YUV | 94.82 | 165.35 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 34 | 161 | 0 | 0.82 | 0.15 | 0.26 | 310.84 | 0.7 | 0.44 |
| Hex | BD | 22 | A1 | 0 | 52 | F | 1A | 137 | 46 | 2C |
| Octal | 275 | 42 | 241 | 0 | 122 | 17 | 32 | 467 | 106 | 54 |
| Binary | 10111101 | 100010 | 10100001 | 0 | 1010010 | 1111 | 11010 | 100110111 | 1000110 | 101100 |
Color Harmonies of #BD22A1
Complementary color
Monochromatic Colors of #BD22A1
Black with #BD22A1
Text Example
Text Example
White with #BD22A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD22A1; }
p { color: rgb(189,34,161); }
H1.HeaderClassName
{
color: #BD22A1;
}
.AnyTagClassName
{
color: #BD22A1;
}
</style>
background-color css
<style>
a { background-color: #BD22A1; }
a { background-color: rgb(189,34,161); }
div.DivClassName
{
background-color: #BD22A1;
}
.BgClassName
{
background-color: #BD22A1;
}
</style>
border-color css
<style>
span { border-color: #BD22A1; }
span { border-color: rgb(189,34,161); }
td.TdClassName
{
border-color: #BD22A1;
}
.TagClassName
{
border-color: #BD22A1;
}
</style>