Shades of Medium Orchid #BA6BDC
Tints of Medium Orchid #BA6BDC
RGB
CMYK
RGB Variations
Color information
#BA6BDC (or 0xBA6BDC) is known color: Medium Orchid. HEX triplet: BA, 6B and DC. RGB value is (186,107,220). Sum of RGB (Red+Green+Blue) = 186+107+220=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 107 (42.19% from 255 or 20.86% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA6BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6BDC is #459423. Grayscale: #8F8F8F. Windows color (decimal): -4559908 or 14445498. OLE color: 14445498.
HSL color Cylindrical-coordinate representation of color #BA6BDC: hue angle of 281.95º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA6BDC is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 107 | 220 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.14 |
| HSL | 281.95º | 0.62% | 0.64% | - |
| HSV(B) | 281.95º | 0.51% | 0.86% | - |
| XYZ | 38.43 | 26.12 | 70.73 | - |
| YUV | 143.5 | 171.17 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 220 | 0.15 | 0.51 | 0 | 0.14 | 281.95 | 0.62 | 0.64 |
| Hex | BA | 6B | DC | F | 33 | 0 | E | 11A | 3E | 40 |
| Octal | 272 | 153 | 334 | 17 | 63 | 0 | 16 | 432 | 76 | 100 |
| Binary | 10111010 | 1101011 | 11011100 | 1111 | 110011 | 0 | 1110 | 100011010 | 111110 | 1000000 |
Color Harmonies of #BA6BDC
Complementary color
Monochromatic Colors of #BA6BDC
Black with #BA6BDC
Text Example
Text Example
White with #BA6BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6BDC; }
p { color: rgb(186,107,220); }
H1.HeaderClassName
{
color: #BA6BDC;
}
.AnyTagClassName
{
color: #BA6BDC;
}
</style>
background-color css
<style>
a { background-color: #BA6BDC; }
a { background-color: rgb(186,107,220); }
div.DivClassName
{
background-color: #BA6BDC;
}
.BgClassName
{
background-color: #BA6BDC;
}
</style>
border-color css
<style>
span { border-color: #BA6BDC; }
span { border-color: rgb(186,107,220); }
td.TdClassName
{
border-color: #BA6BDC;
}
.TagClassName
{
border-color: #BA6BDC;
}
</style>