Shades of Medium Orchid #BA4DD2
Tints of Medium Orchid #BA4DD2
RGB
CMYK
RGB Variations
Color information
#BA4DD2 (or 0xBA4DD2) is known color: Medium Orchid. HEX triplet: BA, 4D and D2. RGB value is (186,77,210). Sum of RGB (Red+Green+Blue) = 186+77+210=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 77 (30.47% from 255 or 16.28% from 473); Blue value is 210 (82.42% from 255 or 44.40% from 473); Max value from RGB is 210 - color contains mainly: blue. Hex color #BA4DD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4DD2 is #45B22D. Grayscale: #7C7C7C. Windows color (decimal): -4567598 or 13782458. OLE color: 13782458.
HSL color Cylindrical-coordinate representation of color #BA4DD2: hue angle of 289.17º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA4DD2 is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 77 | 210 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.18 |
| HSL | 289.17º | 0.6% | 0.56% | - |
| HSV(B) | 289.17º | 0.63% | 0.82% | - |
| XYZ | 34.54 | 20.4 | 63.09 | - |
| YUV | 124.75 | 176.11 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 77 | 210 | 0.11 | 0.63 | 0 | 0.18 | 289.17 | 0.6 | 0.56 |
| Hex | BA | 4D | D2 | B | 3F | 0 | 12 | 121 | 3C | 38 |
| Octal | 272 | 115 | 322 | 13 | 77 | 0 | 22 | 441 | 74 | 70 |
| Binary | 10111010 | 1001101 | 11010010 | 1011 | 111111 | 0 | 10010 | 100100001 | 111100 | 111000 |
Color Harmonies of #BA4DD2
Complementary color
Monochromatic Colors of #BA4DD2
Black with #BA4DD2
Text Example
Text Example
White with #BA4DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4DD2; }
p { color: rgb(186,77,210); }
H1.HeaderClassName
{
color: #BA4DD2;
}
.AnyTagClassName
{
color: #BA4DD2;
}
</style>
background-color css
<style>
a { background-color: #BA4DD2; }
a { background-color: rgb(186,77,210); }
div.DivClassName
{
background-color: #BA4DD2;
}
.BgClassName
{
background-color: #BA4DD2;
}
</style>
border-color css
<style>
span { border-color: #BA4DD2; }
span { border-color: rgb(186,77,210); }
td.TdClassName
{
border-color: #BA4DD2;
}
.TagClassName
{
border-color: #BA4DD2;
}
</style>