Shades of Medium Orchid #BA4DDC
Tints of Medium Orchid #BA4DDC
RGB
CMYK
RGB Variations
Color information
#BA4DDC (or 0xBA4DDC) is known color: Medium Orchid. HEX triplet: BA, 4D and DC. RGB value is (186,77,220). Sum of RGB (Red+Green+Blue) = 186+77+220=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 77 (30.47% from 255 or 15.94% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA4DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4DDC is #45B223. Grayscale: #7D7D7D. Windows color (decimal): -4567588 or 14437818. OLE color: 14437818.
HSL color Cylindrical-coordinate representation of color #BA4DDC: hue angle of 285.73º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA4DDC is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 77 | 220 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.14 |
| HSL | 285.73º | 0.67% | 0.58% | - |
| HSV(B) | 285.73º | 0.65% | 0.86% | - |
| XYZ | 35.82 | 20.91 | 69.86 | - |
| YUV | 125.89 | 181.11 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 77 | 220 | 0.15 | 0.65 | 0 | 0.14 | 285.73 | 0.67 | 0.58 |
| Hex | BA | 4D | DC | F | 41 | 0 | E | 11E | 43 | 3A |
| Octal | 272 | 115 | 334 | 17 | 101 | 0 | 16 | 436 | 103 | 72 |
| Binary | 10111010 | 1001101 | 11011100 | 1111 | 1000001 | 0 | 1110 | 100011110 | 1000011 | 111010 |
Color Harmonies of #BA4DDC
Complementary color
Monochromatic Colors of #BA4DDC
Black with #BA4DDC
Text Example
Text Example
White with #BA4DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4DDC; }
p { color: rgb(186,77,220); }
H1.HeaderClassName
{
color: #BA4DDC;
}
.AnyTagClassName
{
color: #BA4DDC;
}
</style>
background-color css
<style>
a { background-color: #BA4DDC; }
a { background-color: rgb(186,77,220); }
div.DivClassName
{
background-color: #BA4DDC;
}
.BgClassName
{
background-color: #BA4DDC;
}
</style>
border-color css
<style>
span { border-color: #BA4DDC; }
span { border-color: rgb(186,77,220); }
td.TdClassName
{
border-color: #BA4DDC;
}
.TagClassName
{
border-color: #BA4DDC;
}
</style>