Shades of Medium Violet Red #BD22A2
Tints of Medium Violet Red #BD22A2
RGB
CMYK
RGB Variations
Color information
#BD22A2 (or 0xBD22A2) is known color: Medium Violet Red. HEX triplet: BD, 22 and A2. RGB value is (189,34,162). Sum of RGB (Red+Green+Blue) = 189+34+162=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 34 (13.67% from 255 or 8.83% from 385); Blue value is 162 (63.67% from 255 or 42.08% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BD22A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD22A2 is #42DD5D. Grayscale: #5E5E5E. Windows color (decimal): -4382046 or 10625725. OLE color: 10625725.
HSL color Cylindrical-coordinate representation of color #BD22A2: hue angle of 310.45º 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 #BD22A2 is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 34 | 162 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.26 |
| HSL | 310.45º | 0.7% | 0.44% | - |
| HSV(B) | 310.45º | 0.82% | 0.74% | - |
| XYZ | 28.08 | 14.57 | 35.52 | - |
| YUV | 94.94 | 165.85 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 34 | 162 | 0 | 0.82 | 0.14 | 0.26 | 310.45 | 0.7 | 0.44 |
| Hex | BD | 22 | A2 | 0 | 52 | E | 1A | 136 | 46 | 2C |
| Octal | 275 | 42 | 242 | 0 | 122 | 16 | 32 | 466 | 106 | 54 |
| Binary | 10111101 | 100010 | 10100010 | 0 | 1010010 | 1110 | 11010 | 100110110 | 1000110 | 101100 |
Color Harmonies of #BD22A2
Complementary color
Monochromatic Colors of #BD22A2
Black with #BD22A2
Text Example
Text Example
White with #BD22A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD22A2; }
p { color: rgb(189,34,162); }
H1.HeaderClassName
{
color: #BD22A2;
}
.AnyTagClassName
{
color: #BD22A2;
}
</style>
background-color css
<style>
a { background-color: #BD22A2; }
a { background-color: rgb(189,34,162); }
div.DivClassName
{
background-color: #BD22A2;
}
.BgClassName
{
background-color: #BD22A2;
}
</style>
border-color css
<style>
span { border-color: #BD22A2; }
span { border-color: rgb(189,34,162); }
td.TdClassName
{
border-color: #BD22A2;
}
.TagClassName
{
border-color: #BD22A2;
}
</style>