Shades of Medium Violet Red #BD22A3
Tints of Medium Violet Red #BD22A3
RGB
CMYK
RGB Variations
Color information
#BD22A3 (or 0xBD22A3) is known color: Medium Violet Red. HEX triplet: BD, 22 and A3. RGB value is (189,34,163). Sum of RGB (Red+Green+Blue) = 189+34+163=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 34 (13.67% from 255 or 8.81% from 386); Blue value is 163 (64.06% from 255 or 42.23% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BD22A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD22A3 is #42DD5C. Grayscale: #5E5E5E. Windows color (decimal): -4382045 or 10691261. OLE color: 10691261.
HSL color Cylindrical-coordinate representation of color #BD22A3: hue angle of 310.06º 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 #BD22A3 is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 34 | 163 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.26 |
| HSL | 310.06º | 0.7% | 0.44% | - |
| HSV(B) | 310.06º | 0.82% | 0.74% | - |
| XYZ | 28.17 | 14.61 | 35.99 | - |
| YUV | 95.05 | 166.35 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 34 | 163 | 0 | 0.82 | 0.14 | 0.26 | 310.06 | 0.7 | 0.44 |
| Hex | BD | 22 | A3 | 0 | 52 | E | 1A | 136 | 46 | 2C |
| Octal | 275 | 42 | 243 | 0 | 122 | 16 | 32 | 466 | 106 | 54 |
| Binary | 10111101 | 100010 | 10100011 | 0 | 1010010 | 1110 | 11010 | 100110110 | 1000110 | 101100 |
Color Harmonies of #BD22A3
Complementary color
Monochromatic Colors of #BD22A3
Black with #BD22A3
Text Example
Text Example
White with #BD22A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD22A3; }
p { color: rgb(189,34,163); }
H1.HeaderClassName
{
color: #BD22A3;
}
.AnyTagClassName
{
color: #BD22A3;
}
</style>
background-color css
<style>
a { background-color: #BD22A3; }
a { background-color: rgb(189,34,163); }
div.DivClassName
{
background-color: #BD22A3;
}
.BgClassName
{
background-color: #BD22A3;
}
</style>
border-color css
<style>
span { border-color: #BD22A3; }
span { border-color: rgb(189,34,163); }
td.TdClassName
{
border-color: #BD22A3;
}
.TagClassName
{
border-color: #BD22A3;
}
</style>