Shades of Medium Orchid #BA6ADC
Tints of Medium Orchid #BA6ADC
RGB
CMYK
RGB Variations
Color information
#BA6ADC (or 0xBA6ADC) is known color: Medium Orchid. HEX triplet: BA, 6A and DC. RGB value is (186,106,220). Sum of RGB (Red+Green+Blue) = 186+106+220=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 106 (41.80% from 255 or 20.70% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA6ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6ADC is #459523. Grayscale: #8E8E8E. Windows color (decimal): -4560164 or 14445242. OLE color: 14445242.
HSL color Cylindrical-coordinate representation of color #BA6ADC: hue angle of 282.11º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA6ADC is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 106 | 220 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.14 |
| HSL | 282.11º | 0.62% | 0.64% | - |
| HSV(B) | 282.11º | 0.52% | 0.86% | - |
| XYZ | 38.32 | 25.91 | 70.69 | - |
| YUV | 142.92 | 171.5 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 106 | 220 | 0.15 | 0.52 | 0 | 0.14 | 282.11 | 0.62 | 0.64 |
| Hex | BA | 6A | DC | F | 34 | 0 | E | 11A | 3E | 40 |
| Octal | 272 | 152 | 334 | 17 | 64 | 0 | 16 | 432 | 76 | 100 |
| Binary | 10111010 | 1101010 | 11011100 | 1111 | 110100 | 0 | 1110 | 100011010 | 111110 | 1000000 |
Color Harmonies of #BA6ADC
Complementary color
Monochromatic Colors of #BA6ADC
Black with #BA6ADC
Text Example
Text Example
White with #BA6ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6ADC; }
p { color: rgb(186,106,220); }
H1.HeaderClassName
{
color: #BA6ADC;
}
.AnyTagClassName
{
color: #BA6ADC;
}
</style>
background-color css
<style>
a { background-color: #BA6ADC; }
a { background-color: rgb(186,106,220); }
div.DivClassName
{
background-color: #BA6ADC;
}
.BgClassName
{
background-color: #BA6ADC;
}
</style>
border-color css
<style>
span { border-color: #BA6ADC; }
span { border-color: rgb(186,106,220); }
td.TdClassName
{
border-color: #BA6ADC;
}
.TagClassName
{
border-color: #BA6ADC;
}
</style>